driver core: remove DEVICE_ID_SIZE define

There is no such thing as a "device id size" in the driver core, so
remove the define and fix up any users of this odd define in the rest of
the kernel.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2008-05-02 06:02:41 +02:00
parent ca52a49846
commit b98cb4b7fe
2 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,6 @@
#include <asm/atomic.h>
#include <asm/device.h>
#define DEVICE_ID_SIZE 32
#define BUS_ID_SIZE 20
struct device;