regulator: max77693: Remove no longer supported __dev* attributes
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 8 Feb 2013 18:26:33 +0000 (19:26 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:30 +0000 (11:42 +0900)
commitc77d9179716decca1bc39e927acd9086df8ae084
treebd110797c8289bbd8f4b41102a8c00a785c055ac
parente2217209c39c7b7965e31999007d4abd36eb6d5c
regulator: max77693: Remove no longer supported __dev* attributes

This patch fixes following build error:

drivers/regulator/max77693.c:673: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’
drivers/regulator/max77693.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘max77693_pmic_remove’
drivers/regulator/max77693.c:768: error: ‘max77693_pmic_probe’ undeclared here (not in a function)
drivers/regulator/max77693.c:769: error: implicit declaration of function ‘__devexit_p’
drivers/regulator/max77693.c:769: error: ‘max77693_pmic_remove’ undeclared here (not in a function)

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/regulator/max77693.c