summaryrefslogtreecommitdiff
path: root/drivers/char/rio/top.h
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2006-03-24 11:18:26 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-03-24 15:33:29 (GMT)
commit27c6e526f34760a9c48a90112242b7165064fa85 (patch)
tree40505dbe2ab69e7f8077c7473984deecff0203f3 /drivers/char/rio/top.h
parentb6c6b6021ec735bd105e130ac1ee1606575f74c3 (diff)
downloadlinux-fsl-qoriq-27c6e526f34760a9c48a90112242b7165064fa85.tar.xz
[PATCH] rio driver rework continued #1
More header cleanups, strip out typedefs and remove cruft. There are a lot of magic macros that can go and also a great deal of abuse of volatile that is not needed any more as this patch set cleans up the misuse of pointer access to ISA and PCI space. It now builds cleanly on 64bit, although there is more work left to do 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/top.h')
-rw-r--r--drivers/char/rio/top.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/top.h b/drivers/char/rio/top.h
index d15a11d..fe60430 100644
--- a/drivers/char/rio/top.h
+++ b/drivers/char/rio/top.h
@@ -41,8 +41,8 @@ static char *_top_h_sccs_ = "@(#)top.h 1.2";
** Topology information
*/
struct Top {
- uchar Unit;
- uchar Link;
+ u8 Unit;
+ u8 Link;
};
#endif /* __rio_top_h__ */