Source
14
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
15
* General Public License for more details.
16
16
*
17
17
* You should have received a copy of the GNU General Public License
18
18
* along with this program; if not, write to the Free Software
19
19
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20
20
* 02111-1307, USA
21
21
*/
22
22
​
23
23
#include <linux/delay.h>
24
-
#include <linux/gpio.h>
24
+
#include <linux/gpio/driver.h>
25
25
#include <linux/kernel.h>
26
26
#include <linux/module.h>
27
27
#include <linux/mfd/as3722.h>
28
28
#include <linux/of.h>
29
29
#include <linux/of_device.h>
30
30
#include <linux/platform_device.h>
31
31
#include <linux/pinctrl/consumer.h>
32
32
#include <linux/pinctrl/machine.h>
33
33
#include <linux/pinctrl/pinctrl.h>
34
34
#include <linux/pinctrl/pinconf-generic.h>