···21212222config MFD_SM501_GPIO2323 bool "Export GPIO via GPIO layer"2424- depends on MFD_SM501 && HAVE_GPIO_LIB2424+ depends on MFD_SM501 && GPIOLIB2525 ---help---2626 This option uses the gpio library layer to export the 64 GPIO2727 lines on the SM501. The platform data is used to supply the···29293030config MFD_ASIC33131 bool "Support for Compaq ASIC3"3232- depends on GENERIC_HARDIRQS && HAVE_GPIO_LIB && ARM3232+ depends on GENERIC_HARDIRQS && GPIOLIB && ARM3333 ---help---3434 This driver supports the ASIC3 multifunction chip found on many3535 PDAs (mainly iPAQ and HTC based ones)
+1-1
drivers/mfd/asic3.c
···312312 struct asic3 *asic = platform_get_drvdata(pdev);313313 unsigned long clksel = 0;314314 unsigned int irq, irq_base;315315- int map_size;316315 int ret;317316318317 ret = platform_get_irq(pdev, 0);···533534 struct asic3 *asic;534535 struct resource *mem;535536 unsigned long clksel;537537+ int map_size;536538 int ret = 0;537539538540 asic = kzalloc(sizeof(struct asic3), GFP_KERNEL);