commit | fc1599f7b0f6aff566237342ade28f2981186cc9 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Mar 10 17:10:45 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat Mar 12 02:14:48 2011 -0700 |
tree | fc0a7011bf605534dbbb465ab4ee3b445e92775b | |
parent | 98f51ca98054b1268a7fdfe51d93c86a449ae87c [diff] |
gpio: Use __devexit at necessary places The function gen_74x164_remove and mc33880_remove are used only wrapped by __devexit_p so define it using __devexit. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>