From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 10 Aug 2012 21:56:33 +0200 Subject: [U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h In-Reply-To: <1342009598-19122-1-git-send-email-monstr@monstr.eu> References: <1342009598-19122-1-git-send-email-monstr@monstr.eu> Message-ID: <20120810215633.5a0127b3@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Wed, 11 Jul 2012 14:26:38 +0200 Michal Simek wrote: > Include arch specific gpio.h instead of asm-generic/gpio.h > because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) > define gpio functions in header file. > asm-generic/gpio.h can be included in arch specific gpio.h > (For example: ARM) > > Signed-off-by: Michal Simek > CC: Simon Glass > > --- > v2: Use only arch specific gpio.h > Remove commentary > --- > lib/fdtdec.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) applied to my staging branch, thanks! Anatolij