From: Kay Sievers Date: Thu, 2 Jul 2009 21:25:44 +0000 (+0200) Subject: Driver Core: remove BUS_ID_SIZE X-Git-Tag: v2.6.31-rc3~3^2~5 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb;p=linux-block.git 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 Signed-off-by: Greg Kroah-Hartman --- 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 #include -#define BUS_ID_SIZE 20 - struct device; struct device_private; struct device_driver;