projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f4287
)
Driver Core: remove BUS_ID_SIZE
author
Kay Sievers
<kay.sievers@vrfy.org>
Thu, 2 Jul 2009 21:25:44 +0000
(23:25 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 12 Jul 2009 20:02:10 +0000
(13:02 -0700)
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>
include/linux/device.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/device.h
b/include/linux/device.h
index ed4e39f2c4230da03f93651f5d323f805cdb6c94..aebb81036db2d368a7b55664f5a2b9d102c5109d 100644
(file)
--- a/
include/linux/device.h
+++ b/
include/linux/device.h
@@
-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;