[PATCH] jsm: warning fixes
- updates the version - fix mixing of declarations and code. The mixing of declarations and code displays warnings when used against RedHat RHEL4.0 distro (compiler version is 3.4.3-22.1) and hence I separated them out. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9539c1d495
commit
c223695634
@ -89,7 +89,7 @@ enum {
|
||||
#define WRITEBUFLEN ((4096) + 4)
|
||||
#define MYFLIPLEN N_TTY_BUF_SIZE
|
||||
|
||||
#define JSM_VERSION "jsm: 1.1-1-INKERNEL"
|
||||
#define JSM_VERSION "jsm: 1.2-1-INKERNEL"
|
||||
#define JSM_PARTNUM "40002438_A-INKERNEL"
|
||||
|
||||
struct jsm_board;
|
||||
|
Reference in New Issue
Block a user