diff options
| author | Jesse Barnes <jbarnes@sgi.com> | 2004-10-20 20:23:20 +0000 |
|---|---|---|
| committer | Tony Luck <tony.luck@intel.com> | 2004-10-20 20:23:20 +0000 |
| commit | 34fe86c446f77a1e6ceaed3f1dbfe99bb5f4727b (patch) | |
| tree | 8172127425829ef6c9f96f682f6c3b830cf7c33d | |
| parent | a934a8663733440bdfade2dc10f519a5fab6df83 (diff) | |
[IA64-SGI] snsc.c: snsc needs asm/sn/io.h
The sn system controller driver needs asm/sn/io.h in order to build correctly
(it was missing the numionodes declaration).
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
| -rw-r--r-- | drivers/char/snsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/snsc.c b/drivers/char/snsc.c index 7644b42ce798..9d027ec55385 100644 --- a/drivers/char/snsc.c +++ b/drivers/char/snsc.c @@ -21,6 +21,7 @@ #include <linux/poll.h> #include <linux/module.h> #include <linux/slab.h> +#include <asm/sn/io.h> #include <asm/sn/sn_sal.h> #include <asm/sn/module.h> #include <asm/sn/geo.h> |
