diff options
author | 2012-03-16 12:58:37 +0530 | |
---|---|---|
committer | 2012-03-16 21:02:09 +0100 | |
commit | 095e7f780be59f3adb4d39ac3cb8d3665b3f2347 (patch) | |
tree | e73219ebe3268e34a0db9dedf87304e9f2fe4f6c /arch/powerpc/lib/alloc.c | |
parent | mfd: Add 8420 variant to db8500-prcmu (diff) | |
download | linux-rng-095e7f780be59f3adb4d39ac3cb8d3665b3f2347.tar.xz linux-rng-095e7f780be59f3adb4d39ac3cb8d3665b3f2347.zip |
mfd: Fix compilation error in tps65910.h
'struct gpio_chip' is declared in include/asm-generic/gpio.h
which is included by include/linux/gpio.h.
However without including gpio.h, TPS65910.h declares
a member of this type as part of 'struct tps65910' declaration.
This causes compilation error, if gpio.h is not included
before including tps65910.h, in source files.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/powerpc/lib/alloc.c')
0 files changed, 0 insertions, 0 deletions