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

include/linux/coda.h: remove useless '#else'

'#else' is useless, need remove.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Chen Gang and committed by
Jiri Kosina
a24a4b9f 297957b4

-1
-1
include/linux/coda.h
··· 60 60 61 61 #if defined(__linux__) 62 62 typedef unsigned long long u_quad_t; 63 - #else 64 63 #endif 65 64 #include <uapi/linux/coda.h> 66 65 #endif