Staging: phison: fix kconfig for clean build
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 16 Feb 2009 16:46:16 +0000 (08:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:40 +0000 (14:53 -0700)
commit1cc41726fddd423090d529f3eb845b55774b1ff4
treee213ec8b8f140e00b03e5d87c8edd4c9dff52e30
parent301df5dce43124e926341665182a14f13a24ff96
Staging: phison: fix kconfig for clean build

phison is an ATA driver, not a classic IDE driver, so fix the Kconfig file
so that it will build.

drivers/staging/phison/phison.c:43: error: implicit declaration of function 'ATA_BMDMA_SHT'
drivers/staging/phison/phison.c:43: error: initializer element is not constant
drivers/staging/phison/phison.c:43: error: (near initialization for 'phison_sht.module')
drivers/staging/phison/phison.c:47: error: 'ata_bmdma_port_ops' undeclared here (not in a function)
drivers/staging/phison/phison.c:65: error: implicit declaration of function 'ata_pci_sff_init_one'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/phison/Kconfig