diff options
Diffstat (limited to 'include/linux/scx200.h')
| -rw-r--r-- | include/linux/scx200.h | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/scx200.h b/include/linux/scx200.h index a22f9e173ad..693c0557e70 100644 --- a/include/linux/scx200.h +++ b/include/linux/scx200.h @@ -49,10 +49,3 @@ extern unsigned scx200_cb_base;  #define SCx200_REV 0x3d		/* Revision Register */  #define SCx200_CBA 0x3e		/* Configuration Base Address Register */  #define SCx200_CBA_SCRATCH 0x64	/* Configuration Base Address Scratchpad */ - -/* -    Local variables: -        compile-command: "make -C ../.. bzImage modules" -        c-basic-offset: 8 -    End: -*/  |