diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-05-29 15:07:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 16:22:28 -0700 |
commit | aa523a82ee1be3f50560338e06151918fd8613e7 (patch) | |
tree | 57a4d9008fdc70c94e12fe9ff7a25334ac88189e /include/linux/fb.h | |
parent | 4cb70c2d8f1d1925288bf3775ea032a0c4eff0fa (diff) | |
download | op-kernel-dev-aa523a82ee1be3f50560338e06151918fd8613e7.zip op-kernel-dev-aa523a82ee1be3f50560338e06151918fd8613e7.tar.gz |
blacklight: remove redundant spi driver bus initialization
In ancient times it was necessary to manually initialize the bus field of
an spi_driver to spi_bus_type. These days this is done in
spi_driver_register() so we can drop the manual assignment.
The patch was generated using the following coccinelle semantic patch:
// <smpl>
@@
identifier _driver;
@@
struct spi_driver _driver = {
.driver = {
- .bus = &spi_bus_type,
},
};
// </smpl>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/fb.h')
0 files changed, 0 insertions, 0 deletions