diff options
Diffstat (limited to 'drivers/firewire/fw-device.h')
| -rw-r--r-- | drivers/firewire/fw-device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index 42305bbac72f..df51732608d9 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #include <linux/fs.h> | 22 | #include <linux/fs.h> |
| 23 | #include <linux/cdev.h> | 23 | #include <linux/cdev.h> |
| 24 | #include <linux/idr.h> | ||
| 24 | #include <linux/rwsem.h> | 25 | #include <linux/rwsem.h> |
| 25 | #include <asm/atomic.h> | 26 | #include <asm/atomic.h> |
| 26 | 27 | ||
| @@ -99,6 +100,7 @@ void fw_device_cdev_update(struct fw_device *device); | |||
| 99 | void fw_device_cdev_remove(struct fw_device *device); | 100 | void fw_device_cdev_remove(struct fw_device *device); |
| 100 | 101 | ||
| 101 | extern struct rw_semaphore fw_device_rwsem; | 102 | extern struct rw_semaphore fw_device_rwsem; |
| 103 | extern struct idr fw_device_idr; | ||
| 102 | extern int fw_cdev_major; | 104 | extern int fw_cdev_major; |
| 103 | 105 | ||
| 104 | /* | 106 | /* |
