Revision bef3e20c9f8ce5cb8809cf33494d95a78db07857 authored by Randy Dunlap on 21 January 2010, 03:55:34 UTC, committed by Samuel Ortiz on 07 March 2010, 21:17:12 UTC
htc-i2cpld should depend on GPIOLIB, otherwise there are many
build errors:

drivers/mfd/htc-i2cpld.c:50: error: field 'chip_out' has incomplete type
drivers/mfd/htc-i2cpld.c:54: error: field 'chip_in' has incomplete type
drivers/mfd/htc-i2cpld.c:243: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/htc-i2cpld.c:243: warning: initialization from incompatible pointer type
drivers/mfd/htc-i2cpld.c:278: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/htc-i2cpld.c:278: warning: initialization from incompatible pointer type
drivers/mfd/htc-i2cpld.c:282: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/htc-i2cpld.c:282: warning: initialization from incompatible pointer type
drivers/mfd/htc-i2cpld.c:315: error: dereferencing pointer to incomplete type
drivers/mfd/htc-i2cpld.c:322: warning: type defaults to 'int' in declaration of '__mptr'
drivers/mfd/htc-i2cpld.c:322: warning: initialization from incompatible pointer type
drivers/mfd/htc-i2cpld.c:467+: error: dereferencing pointer to incomplete type [19X]
drivers/mfd/htc-i2cpld.c:490: error: implicit declaration of function 'gpiochip_add'
drivers/mfd/htc-i2cpld.c:504: error: implicit declaration of function 'gpiochip_remove'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent f7ea2dc
History
File Mode Size
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 452 bytes
acl.c -rw-r--r-- 10.4 KB
acl.h -rw-r--r-- 1.5 KB
balloc.c -rw-r--r-- 20.9 KB
bitmap.c -rw-r--r-- 672 bytes
block_validity.c -rw-r--r-- 6.1 KB
dir.c -rw-r--r-- 13.7 KB
ext4.h -rw-r--r-- 63.2 KB
ext4_extents.h -rw-r--r-- 8.6 KB
ext4_jbd2.c -rw-r--r-- 3.6 KB
ext4_jbd2.h -rw-r--r-- 10.2 KB
extents.c -rw-r--r-- 102.3 KB
file.c -rw-r--r-- 4.4 KB
fsync.c -rw-r--r-- 3.3 KB
hash.c -rw-r--r-- 4.3 KB
ialloc.c -rw-r--r-- 33.9 KB
inode.c -rw-r--r-- 173.8 KB
ioctl.c -rw-r--r-- 8.8 KB
mballoc.c -rw-r--r-- 125.3 KB
mballoc.h -rw-r--r-- 5.6 KB
migrate.c -rw-r--r-- 15.5 KB
move_extent.c -rw-r--r-- 40.6 KB
namei.c -rw-r--r-- 69.5 KB
resize.c -rw-r--r-- 33.5 KB
super.c -rw-r--r-- 116.2 KB
symlink.c -rw-r--r-- 1.3 KB
xattr.c -rw-r--r-- 42.2 KB
xattr.h -rw-r--r-- 4.3 KB
xattr_security.c -rw-r--r-- 1.8 KB
xattr_trusted.c -rw-r--r-- 1.5 KB
xattr_user.c -rw-r--r-- 1.6 KB

back to top