| commit | db389b6143c895d23060179b14928f63d44285a2 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <vapier@gentoo.org> | Mon Dec 14 14:20:22 2009 -0800 |
| committer | Grant Likely <grant.likely@secretlab.ca> | Thu Dec 17 08:39:12 2009 -0700 |
| tree | 455cffefc259a833374be4ea4b7c4397efc75d69 | |
| parent | 8ae1c9248042c5122f9628282f41c363c9610dd7 [diff] |
spidev: add proper section markers
The driver already uses __devexit_p() in the structure, but looks like
actual __dev{init,exit} markings were forgotten.
The spidev_spi driver also needs renaming to include a "_driver" suffix to
avoid section mismatch warnings.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>