[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1239899935.17211.17.camel@poy>
Date: Thu, 16 Apr 2009 18:38:55 +0200
From: Kay Sievers <kay.sievers@...e.de>
To: gregkh <gregkh@...e.de>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: driver-core: remove BUS_ID_SIZE
From: Kay Sievers <kay.sievers@...y.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@...y.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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists