diff options
| -rw-r--r-- | drivers/uwb/address.c | 2 | ||||
| -rw-r--r-- | drivers/uwb/driver.c | 2 | ||||
| -rw-r--r-- | drivers/uwb/i1480/i1480u-wlp/lc.c | 2 | ||||
| -rw-r--r-- | drivers/uwb/i1480/i1480u-wlp/netdev.c | 2 | ||||
| -rw-r--r-- | drivers/uwb/i1480/i1480u-wlp/sysfs.c | 2 | ||||
| -rw-r--r-- | include/linux/uwb/debug.h | 82 |
6 files changed, 5 insertions, 87 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 | ||
diff --git a/drivers/uwb/driver.c b/drivers/uwb/driver.c index f57c26580de2..da77e41de990 100644 --- a/drivers/uwb/driver.c +++ b/drivers/uwb/driver.c | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | #include <linux/err.h> | 53 | #include <linux/err.h> |
| 54 | #include <linux/kdev_t.h> | 54 | #include <linux/kdev_t.h> |
| 55 | #include <linux/random.h> | 55 | #include <linux/random.h> |
| 56 | #include <linux/uwb/debug.h> | 56 | |
| 57 | #include "uwb-internal.h" | 57 | #include "uwb-internal.h" |
| 58 | 58 | ||
| 59 | 59 | ||
diff --git a/drivers/uwb/i1480/i1480u-wlp/lc.c b/drivers/uwb/i1480/i1480u-wlp/lc.c index 488b2e30a0a8..049c05d4cc6a 100644 --- a/drivers/uwb/i1480/i1480u-wlp/lc.c +++ b/drivers/uwb/i1480/i1480u-wlp/lc.c | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | */ | 57 | */ |
| 58 | #include <linux/if_arp.h> | 58 | #include <linux/if_arp.h> |
| 59 | #include <linux/etherdevice.h> | 59 | #include <linux/etherdevice.h> |
| 60 | #include <linux/uwb/debug.h> | 60 | |
| 61 | #include "i1480u-wlp.h" | 61 | #include "i1480u-wlp.h" |
| 62 | 62 | ||
| 63 | 63 | ||
diff --git a/drivers/uwb/i1480/i1480u-wlp/netdev.c b/drivers/uwb/i1480/i1480u-wlp/netdev.c index 2eafb973cd05..e3873ffb942c 100644 --- a/drivers/uwb/i1480/i1480u-wlp/netdev.c +++ b/drivers/uwb/i1480/i1480u-wlp/netdev.c | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | 41 | ||
| 42 | #include <linux/if_arp.h> | 42 | #include <linux/if_arp.h> |
| 43 | #include <linux/etherdevice.h> | 43 | #include <linux/etherdevice.h> |
| 44 | #include <linux/uwb/debug.h> | 44 | |
| 45 | #include "i1480u-wlp.h" | 45 | #include "i1480u-wlp.h" |
| 46 | 46 | ||
| 47 | struct i1480u_cmd_set_ip_mas { | 47 | struct i1480u_cmd_set_ip_mas { |
diff --git a/drivers/uwb/i1480/i1480u-wlp/sysfs.c b/drivers/uwb/i1480/i1480u-wlp/sysfs.c index a92a787725fc..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 | ||
diff --git a/include/linux/uwb/debug.h b/include/linux/uwb/debug.h deleted file mode 100644 index 67a240527145..000000000000 --- a/include/linux/uwb/debug.h +++ /dev/null | |||
| @@ -1,82 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Ultra Wide Band | ||
| 3 | * Debug Support | ||
| 4 | * | ||
| 5 | * Copyright (C) 2005-2006 Intel Corporation | ||
| 6 | * Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or | ||
| 9 | * modify it under the terms of the GNU General Public License version | ||
| 10 | * 2 as published by the Free Software Foundation. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, | ||
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | * GNU General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU General Public License | ||
| 18 | * along with this program; if not, write to the Free Software | ||
| 19 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
| 20 | * 02110-1301, USA. | ||
| 21 | * | ||
| 22 | * | ||
| 23 | * FIXME: doc | ||
| 24 | * Invoke like: | ||
| 25 | * | ||
| 26 | * #define D_LOCAL 4 | ||
| 27 | * #include <linux/uwb/debug.h> | ||
| 28 | * | ||
| 29 | * At the end of your include files. | ||
| 30 | */ | ||
| 31 | #include <linux/types.h> | ||
| 32 | |||
| 33 | struct device; | ||
| 34 | extern void dump_bytes(struct device *dev, const void *_buf, size_t rsize); | ||
| 35 | |||
| 36 | /* Master debug switch; !0 enables, 0 disables */ | ||
| 37 | #define D_MASTER (!0) | ||
| 38 | |||
| 39 | /* Local (per-file) debug switch; #define before #including */ | ||
| 40 | #ifndef D_LOCAL | ||
| 41 | #define D_LOCAL 0 | ||
| 42 | #endif | ||
| 43 | |||
| 44 | #undef __d_printf | ||
| 45 | #undef d_fnstart | ||
| 46 | #undef d_fnend | ||
| 47 | #undef d_printf | ||
| 48 | #undef d_dump | ||
| 49 | |||
| 50 | #define __d_printf(l, _tag, _dev, f, a...) \ | ||
| 51 | do { \ | ||
| 52 | struct device *__dev = (_dev); \ | ||
| 53 | if (D_MASTER && D_LOCAL >= (l)) { \ | ||
| 54 | char __head[64] = ""; \ | ||
| 55 | if (_dev != NULL) { \ | ||
| 56 | if ((unsigned long)__dev < 4096) \ | ||
| 57 | printk(KERN_ERR "E: Corrupt dev %p\n", \ | ||
| 58 | __dev); \ | ||
| 59 | else \ | ||
| 60 | snprintf(__head, sizeof(__head), \ | ||
| 61 | "%s %s: ", \ | ||
| 62 | dev_driver_string(__dev), \ | ||
| 63 | dev_name(__dev)); \ | ||
| 64 | } \ | ||
| 65 | printk(KERN_ERR "%s%s" _tag ": " f, __head, \ | ||
| 66 | __func__, ## a); \ | ||
| 67 | } \ | ||
| 68 | } while (0 && _dev) | ||
| 69 | |||
| 70 | #define d_fnstart(l, _dev, f, a...) \ | ||
| 71 | __d_printf(l, " FNSTART", _dev, f, ## a) | ||
| 72 | #define d_fnend(l, _dev, f, a...) \ | ||
| 73 | __d_printf(l, " FNEND", _dev, f, ## a) | ||
| 74 | #define d_printf(l, _dev, f, a...) \ | ||
| 75 | __d_printf(l, "", _dev, f, ## a) | ||
| 76 | #define d_dump(l, _dev, ptr, size) \ | ||
| 77 | do { \ | ||
| 78 | struct device *__dev = _dev; \ | ||
| 79 | if (D_MASTER && D_LOCAL >= (l)) \ | ||
| 80 | dump_bytes(__dev, ptr, size); \ | ||
| 81 | } while (0 && _dev) | ||
| 82 | #define d_test(l) (D_MASTER && D_LOCAL >= (l)) | ||
