]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove
authorJingoo Han <jg1.han@samsung.com>
Sat, 3 Nov 2012 00:42:47 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 8 Nov 2012 04:08:49 +0000 (15:08 +1100)
commitb1a383ba79ee0d70d45a035af1a25eae4677fe56
treece4679d1db27a2de477a9f56d68f96581a387da5
parentfed1a3ef1484503b2c2e7b3085c1bfd9836b8361
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove

The __devexit macros is added to remove function.  The macros moves the
remove function to devexit sections.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/ili9320.c