diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-05-15 20:44:26 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-15 22:20:57 +0400 |
commit | 655fdeab809a5612b0eab6aee873b00d26404ca7 (patch) | |
tree | 9aa5608c1ee21cf03abae11b8ae2f13c18d9c12c /drivers/char/rio/host.h | |
parent | 2a7362f52a17e8dbeab57c00c3c45fcfeb0dff54 (diff) | |
download | linux-655fdeab809a5612b0eab6aee873b00d26404ca7.tar.xz |
[PATCH] Final rio polish
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/rio/host.h')
-rw-r--r-- | drivers/char/rio/host.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/char/rio/host.h b/drivers/char/rio/host.h index 3ec73d1a279a..179cdbea712b 100644 --- a/drivers/char/rio/host.h +++ b/drivers/char/rio/host.h @@ -33,12 +33,6 @@ #ifndef __rio_host_h__ #define __rio_host_h__ -#ifdef SCCS_LABELS -#ifndef lint -static char *_host_h_sccs_ = "@(#)host.h 1.2"; -#endif -#endif - /* ** the host structure - one per host card in the system. */ @@ -77,9 +71,6 @@ struct Host { #define RC_STARTUP 1 #define RC_RUNNING 2 #define RC_STUFFED 3 -#define RC_SOMETHING 4 -#define RC_SOMETHING_NEW 5 -#define RC_SOMETHING_ELSE 6 #define RC_READY 7 #define RUN_STATE 7 /* |