]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
xen: Fix compilation error reported by Kbuilt
authorMichal Simek <michal.simek@xilinx.com>
Thu, 23 Apr 2015 12:14:16 +0000 (14:14 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 23 Apr 2015 12:20:49 +0000 (14:20 +0200)
commitcdc24bf69415ccc8d5ad5db3eea18f924c121942
treea0a57f91901561f35a28b39b0f9066c45b0b746e
parent2155e887412a4c10a1f7c620f8976c33b52b3635
xen: Fix compilation error reported by Kbuilt

HVC xen earlycon support is temporary solution till the proper way is
found.
Compilation error:
drivers/tty/hvc/hvc_xen.c:625:13: error: redefinition of
'xenboot_write_console'
    static void xenboot_write_console(struct console *console, const
char *string,
   drivers/tty/hvc/hvc_xen.c:590:13: note: previous definition of
'xenboot_write_console' was here
    static void xenboot_write_console(struct console *console, const
char *string,

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/tty/hvc/hvc_xen.c