commit | b4225885deb569f7afcf1f3a9f069f74cc9db591 | [log] [tgz] |
---|---|---|
author | Kevin Wells <kevin.wells@nxp.com> | Tue Jul 27 16:39:30 2010 +0000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sun Aug 01 01:35:29 2010 -0600 |
tree | 1b3be177f36aa6babffc3e89994824f6bc60987e | |
parent | 5ffdcd94ea0171cf9a3ca63051c2246426103b5b [diff] |
spi/amba_pl022: Fix probe and remove hook section annotations. Probe and remove hooks belong in the __devinit and __devexit sections respectively. This patch fixes incorrect annotations on the pl022 spi driver. Signed-off-by: Kevin Wells <wellsk40@gmail.com> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>