]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: max98088: remove use of __devexit_p
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:19:39 +0000 (13:19 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 20 Nov 2012 06:24:11 +0000 (15:24 +0900)
commit3355acaacc2baad2978e6bdbdb1061cbac121300
tree90115de35871ca98bb11a182d4cd3d8a29138443
parentae7a764bf78a91105f989865f4a47b8603f61a7e
ASoC: max98088: remove use of __devexit_p

CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed, remove it.

Also fix the indentation for the initialization of the
max98088_i2c_driver struct to make chkpatch happy.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/max98088.c