forked from Ivasoft/openwrt
ar71xx: add v3.18 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44456
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/gpio.h>
|
||||
@@ -198,6 +199,7 @@ static int nxp_74hc153_remove(struct platform_device *pdev)
|
||||
struct nxp_74hc153_platform_data *pdata = pdev->dev.platform_data;
|
||||
|
||||
if (nxp) {
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0)
|
||||
int err;
|
||||
|
||||
err = gpiochip_remove(&nxp->gpio_chip);
|
||||
@@ -207,7 +209,9 @@ static int nxp_74hc153_remove(struct platform_device *pdev)
|
||||
err);
|
||||
return err;
|
||||
}
|
||||
|
||||
#else
|
||||
gpiochip_remove(&nxp->gpio_chip);
|
||||
#endif
|
||||
gpio_free(pdata->gpio_pin_2y);
|
||||
gpio_free(pdata->gpio_pin_1y);
|
||||
gpio_free(pdata->gpio_pin_s1);
|
||||
|
||||
Reference in New Issue
Block a user