diff options
author | Viresh Kumar <[email protected]> | 2012-11-23 00:26:19 +0530 |
---|---|---|
committer | Samuel Ortiz <[email protected]> | 2012-11-26 12:15:18 +0100 |
commit | 32533983858f5f6899f39d54230d9640ef4547cd (patch) | |
tree | 40b3fdeda94e55b587e3ca3c7ab680ec352f7395 /net/lapb/lapb_out.c | |
parent | b20a43715e675815d0a426f05a7607ba099136aa (diff) |
mfd: stmpe-i2c: Move .driver structure fields inside {} in stmpe_i2c_driver
Currently, few fields in stmpe_i2c_driver are initialized as:
.driver.owner = THIS_MODULE,
Group them under {}, like:
.driver = {
.owner = THIS_MODULE,
...
},
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions