diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2006-08-24 21:32:49 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@parisc-linux.org> | 2006-10-04 08:49:56 -0400 |
commit | 1790cf9111f61d360d861901b97eba4de3b5414c (patch) | |
tree | 84a1f7e294a0ab24afd8b9d2010107efa1396e4d /drivers/parisc/iosapic.c | |
parent | b0eecc4da9c0a5261711e0d83280fd5d1e3db742 (diff) |
[PARISC] Create shared <asm/ropes.h> header
Pull out struct sba_device and struct lba_device into a
common ropes.h header. Also fold the parisc portion of
iosapic.h into this file. (Then delete the useless portion
of iosapic.h)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/parisc/iosapic.c')
-rw-r--r-- | drivers/parisc/iosapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index 90489ade632e..c2949b4367e5 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c | |||
@@ -146,7 +146,7 @@ | |||
146 | #include <asm/superio.h> | 146 | #include <asm/superio.h> |
147 | #endif | 147 | #endif |
148 | 148 | ||
149 | #include <asm/iosapic.h> | 149 | #include <asm/ropes.h> |
150 | #include "./iosapic_private.h" | 150 | #include "./iosapic_private.h" |
151 | 151 | ||
152 | #define MODULE_NAME "iosapic" | 152 | #define MODULE_NAME "iosapic" |