projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260c955
)
Fix compilation due to last check-in
author
David Schleef
<ds@schleef.org>
Wed, 5 Sep 2001 23:38:01 +0000
(23:38 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 5 Sep 2001 23:38:01 +0000
(23:38 +0000)
comedi/drivers/amplc_pci230.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/amplc_pci230.c
b/comedi/drivers/amplc_pci230.c
index e0e265ffc3274ffb1982ccbe7c429c9185a83271..293097b9bd6210eeca52c956864a716fae5d23d7 100644
(file)
--- a/
comedi/drivers/amplc_pci230.c
+++ b/
comedi/drivers/amplc_pci230.c
@@
-33,9
+33,12
@@
#include <linux/interrupt.h>
#include <linux/timex.h>
#include <linux/timer.h>
-#include <asm/io.h>
#include <linux/comedidev.h>
#include <linux/pci.h>
+#include <linux/init.h>
+
+#include <asm/io.h>
+
#include "8253.h"
#include "8255.h"