Skip to content
Snippets Groups Projects
Commit f2ee4421 authored by Zhang Rui's avatar Zhang Rui Committed by Linus Torvalds
Browse files

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: default avatarZhang Rui <rui.zhang@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 87618e00
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment