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>
This commit is contained in:
Chen Gang 2013-07-30 15:30:05 +08:00 committed by Jiri Kosina
parent 297957b4a8
commit a24a4b9f3f
1 changed files with 0 additions and 1 deletions

View File

@ -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