mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
87618e0003
commit
f2ee442115
@ -109,7 +109,7 @@ static __init void sdv_serial_fixup(void)
|
||||
}
|
||||
|
||||
#else
|
||||
static inline void sdv_serial_fixup(void);
|
||||
static inline void sdv_serial_fixup(void) {};
|
||||
#endif
|
||||
|
||||
static void __init sdv_arch_setup(void)
|
||||
|
Loading…
Reference in New Issue
Block a user