gpio-xlp.c (415d2b3392d7a80903e0f97f051201aa02bf20e9) | gpio-xlp.c (121111d78431f503c21152e039b737ff44e3eec1) |
---|---|
1/* 2 * Copyright (C) 2003-2015 Broadcom Corporation 3 * All Rights Reserved 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14 | 1/* 2 * Copyright (C) 2003-2015 Broadcom Corporation 3 * All Rights Reserved 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 */ 14 |
15#include <linux/gpio.h> | 15#include <linux/gpio/driver.h> |
16#include <linux/platform_device.h> 17#include <linux/of_device.h> 18#include <linux/module.h> 19#include <linux/irq.h> 20#include <linux/interrupt.h> 21#include <linux/irqchip/chained_irq.h> 22#include <linux/acpi.h> 23 --- 433 unchanged lines hidden --- | 16#include <linux/platform_device.h> 17#include <linux/of_device.h> 18#include <linux/module.h> 19#include <linux/irq.h> 20#include <linux/interrupt.h> 21#include <linux/irqchip/chained_irq.h> 22#include <linux/acpi.h> 23 --- 433 unchanged lines hidden --- |