regulator: tps62360: Fix build error due to missing semicolon
authorAxel Lin <axel.lin@gmail.com>
Mon, 14 May 2012 15:58:08 +0000 (23:58 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 14 May 2012 16:34:31 +0000 (17:34 +0100)
commitbe15411d97b6b9b2883b7f1ec52ef03bc770a6d4
treeccfe447a830f2db14976998ef7916bd1a81c852f
parentb68b45d77d7c23c6d92576d494796912883be4e1
regulator: tps62360: Fix build error due to missing semicolon

Fix below build error:
  CC [M]  drivers/regulator/tps62360-regulator.o
drivers/regulator/tps62360-regulator.c:351:1: error: expected ',' or ';' before 'extern'
make[2]: *** [drivers/regulator/tps62360-regulator.o] Error 1
make[1]: *** [drivers/regulator] Error 2
make: *** [drivers] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps62360-regulator.c
This page took 0.02905 seconds and 5 git commands to generate.