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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Kay Sievers and committed by Greg Kroah-Hartman 4ead0a2b 08f42877

-2
-2
include/linux/device.h
··· 25 25 #include <asm/atomic.h> 26 26 #include <asm/device.h> 27 27 28 - #define BUS_ID_SIZE 20 29 - 30 28 struct device; 31 29 struct device_private; 32 30 struct device_driver;