diff options
author | David Vrabel <david.vrabel@csr.com> | 2008-12-22 13:30:29 -0500 |
---|---|---|
committer | David Vrabel <david.vrabel@csr.com> | 2008-12-22 13:30:29 -0500 |
commit | a01777ecf227de735d7e525ecda48fe74b838a17 (patch) | |
tree | 8f68728a319ef9e6353b888cb9a5348f837438b9 /drivers/uwb/address.c | |
parent | e43ace891229607c43d35597cbba77c2e40f48d4 (diff) |
uwb: remove unused include/linux/uwb/debug.h
Signed-off-by: David Vrabel <david.vrabel@csr.com>
Diffstat (limited to 'drivers/uwb/address.c')
-rw-r--r-- | drivers/uwb/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uwb/address.c b/drivers/uwb/address.c index 1664ae5f1706..ad21b1d7218c 100644 --- a/drivers/uwb/address.c +++ b/drivers/uwb/address.c | |||
@@ -28,7 +28,7 @@ | |||
28 | #include <linux/device.h> | 28 | #include <linux/device.h> |
29 | #include <linux/random.h> | 29 | #include <linux/random.h> |
30 | #include <linux/etherdevice.h> | 30 | #include <linux/etherdevice.h> |
31 | #include <linux/uwb/debug.h> | 31 | |
32 | #include "uwb-internal.h" | 32 | #include "uwb-internal.h" |
33 | 33 | ||
34 | 34 | ||