mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 19:36:22 +01:00
AT91: change includes from asm/arch/io.h to asm/io.h
and remove the now unused asm/arch-at91/io.h Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
This commit is contained in:
committed by
Albert ARIBAUD
parent
60af568038
commit
86592f6059
@@ -36,9 +36,9 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/sizes.h>
|
||||
#include <asm/arch/hardware.h>
|
||||
#include <asm/arch/io.h>
|
||||
#include <asm/arch/at91_pio.h>
|
||||
|
||||
int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup)
|
||||
|
||||
Reference in New Issue
Block a user