Skip to content

Commit

Permalink
Driver Core: remove BUS_ID_SIZE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Jul 12, 2009
1 parent 08f4287 commit 4ead0a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4ead0a2

Please sign in to comment.