diff options
Diffstat (limited to 'drivers/acorn')
-rw-r--r-- | drivers/acorn/char/i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acorn/char/i2c.c b/drivers/acorn/char/i2c.c index c22bb9dca1ec..c26c08b36829 100644 --- a/drivers/acorn/char/i2c.c +++ b/drivers/acorn/char/i2c.c | |||
@@ -12,6 +12,7 @@ | |||
12 | * On Acorn machines, the following i2c devices are on the bus: | 12 | * On Acorn machines, the following i2c devices are on the bus: |
13 | * - PCF8583 real time clock & static RAM | 13 | * - PCF8583 real time clock & static RAM |
14 | */ | 14 | */ |
15 | #include <linux/capability.h> | ||
15 | #include <linux/init.h> | 16 | #include <linux/init.h> |
16 | #include <linux/sched.h> | 17 | #include <linux/sched.h> |
17 | #include <linux/time.h> | 18 | #include <linux/time.h> |