From: Kay Sievers Date: Thu, 2 Jul 2009 21:25:44 +0000 (+0200) Subject: Driver Core: remove BUS_ID_SIZE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4ead0a2b6b3aa0b527871ec978c3ef12aafb6bfb;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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;