summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorKay Sievers2009-07-02 23:25:44 +0200
committerGreg Kroah-Hartman2009-07-12 22:02:10 +0200
commit4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb (patch)
treed1ffedf68fa4c6c5437bd457fa4b561b1b5805f3 /include/linux
parentsparc: remove driver-core BUS_ID_SIZE (diff)
downloadkernel-qcow2-linux-4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb.tar.gz
kernel-qcow2-linux-4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb.tar.xz
kernel-qcow2-linux-4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb.zip
Driver Core: remove BUS_ID_SIZE
The name size limit is gone from the driver-core, this is the removal of the last left-over. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index ed4e39f2c423..aebb81036db2 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -25,8 +25,6 @@
#include <asm/atomic.h>
#include <asm/device.h>
-#define BUS_ID_SIZE 20
-
struct device;
struct device_private;
struct device_driver;