* driver-core: remove BUS_ID_SIZE
@ 2009-04-16 16:38 Kay Sievers
0 siblings, 0 replies; only message in thread
From: Kay Sievers @ 2009-04-16 16:38 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel
From: Kay Sievers <kay.sievers@vrfy.org>
Subject: 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>
---
include/linux/device.h | 2 --
1 file changed, 2 deletions(-)
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-16 16:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-16 16:38 driver-core: remove BUS_ID_SIZE Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox