Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ce4100: fix a build error

Fix a build error. CE4100 with no serial errors because the alternate
function is only a prototype not a null function as intended.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Zhang Rui and committed by
Linus Torvalds
f2ee4421 87618e00

+1 -1
+1 -1
arch/x86/platform/ce4100/ce4100.c
··· 109 109 } 110 110 111 111 #else 112 - static inline void sdv_serial_fixup(void); 112 + static inline void sdv_serial_fixup(void) {}; 113 113 #endif 114 114 115 115 static void __init sdv_arch_setup(void)