[PATCH 4/9] Driver Core: remove BUS_ID_SIZE

From: Greg Kroah-Hartman
Date: Sun Jul 12 2009 - 18:47:24 EST


From: Kay Sievers <kay.sievers@xxxxxxxx>

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@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
include/linux/device.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/linux/device.h b/include/linux/device.h
index ed4e39f..aebb810 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;
--
1.6.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/