diff options
Diffstat (limited to 'drivers/uwb/i1480/i1480u-wlp/sysfs.c')
| -rw-r--r-- | drivers/uwb/i1480/i1480u-wlp/sysfs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/uwb/i1480/i1480u-wlp/sysfs.c b/drivers/uwb/i1480/i1480u-wlp/sysfs.c index a1d8ca6ac935..4ffaf546cc6c 100644 --- a/drivers/uwb/i1480/i1480u-wlp/sysfs.c +++ b/drivers/uwb/i1480/i1480u-wlp/sysfs.c | |||
| @@ -25,8 +25,8 @@ | |||
| 25 | 25 | ||
| 26 | #include <linux/netdevice.h> | 26 | #include <linux/netdevice.h> |
| 27 | #include <linux/etherdevice.h> | 27 | #include <linux/etherdevice.h> |
| 28 | #include <linux/uwb/debug.h> | ||
| 29 | #include <linux/device.h> | 28 | #include <linux/device.h> |
| 29 | |||
| 30 | #include "i1480u-wlp.h" | 30 | #include "i1480u-wlp.h" |
| 31 | 31 | ||
| 32 | 32 | ||
| @@ -226,7 +226,6 @@ ssize_t wlp_tx_inflight_store(struct i1480u_tx_inflight *inflight, | |||
| 226 | * (CLASS_DEVICE_ATTR or DEVICE_ATTR) and i1480u_ATTR_NAME produces a | 226 | * (CLASS_DEVICE_ATTR or DEVICE_ATTR) and i1480u_ATTR_NAME produces a |
| 227 | * class_device_attr_NAME or device_attr_NAME (for group registration). | 227 | * class_device_attr_NAME or device_attr_NAME (for group registration). |
| 228 | */ | 228 | */ |
| 229 | #include <linux/version.h> | ||
| 230 | 229 | ||
| 231 | #define i1480u_SHOW(name, fn, param) \ | 230 | #define i1480u_SHOW(name, fn, param) \ |
| 232 | static ssize_t i1480u_show_##name(struct device *dev, \ | 231 | static ssize_t i1480u_show_##name(struct device *dev, \ |
