You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[ARM] 4634/1: DaVinci GPIO header build fix
This fixes a build problem with GPIOs on DaVinci. Since it inlines operations for on-chip GPIOs, it needs some headers to support those direct register accesses. Those headers won't be included on other platforms, since they don't have that optimization. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
1398f679df
commit
558de8a74e
@@ -13,6 +13,9 @@
|
|||||||
#ifndef __DAVINCI_GPIO_H
|
#ifndef __DAVINCI_GPIO_H
|
||||||
#define __DAVINCI_GPIO_H
|
#define __DAVINCI_GPIO_H
|
||||||
|
|
||||||
|
#include <linux/io.h>
|
||||||
|
#include <asm/hardware.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* basic gpio routines
|
* basic gpio routines
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user