Browse Source

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>
Chen Gang 12 years ago
parent
commit
a24a4b9f3f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/coda.h

+ 0 - 1
include/linux/coda.h

@@ -60,7 +60,6 @@ Mellon the rights to redistribute these changes without encumbrance.
 
 #if defined(__linux__)
 typedef unsigned long long u_quad_t;
-#else
 #endif
 #include <uapi/linux/coda.h>
 #endif