• Alessandro Rubini's avatar
    userspace: remove at91 headers · e6495ad0
    Alessandro Rubini authored
    The files in userspace/include/at91 were not used.
    
    Some were straight copies for linux headers, so including
    <mach/at91_pio.h> instead of <at91/at91_pio.h> makes our copy
    irrelevant.  This means both the hal and rtud must include from
    $LINUX, but this was already a requirement for other userspace stuff.
    The Makefiles are now fixed to do that.
    
    at91sam9g45.h was only used for AT91C_BASE_SYS, which is no more.
    This is trivially 4k-before-the-end, to mmap the end page.  We were
    already defining AT91C_BASE_SYS_RAW to the exact same value (only,
    AT91C_BASE_SYS was a pointer to structure), so the header could go as
    well.
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    e6495ad0
Name
Last commit
Last update
..
Documentation Loading commit data...
patches/2.6.35 Loading commit data...
COPYING Loading commit data...
Doxyfile Loading commit data...
Makefile Loading commit data...
README Loading commit data...
TODO Loading commit data...
mac.c Loading commit data...
mac.h Loading commit data...
rtu.h Loading commit data...
rtu_drv.c Loading commit data...
rtu_drv.h Loading commit data...
rtu_ext_drv.c Loading commit data...
rtu_ext_drv.h Loading commit data...
rtu_fd.c Loading commit data...
rtu_fd.h Loading commit data...
rtu_hash.c Loading commit data...
rtu_hash.h Loading commit data...
rtud.c Loading commit data...
rtud_exports.c Loading commit data...
rtud_exports.h Loading commit data...
utils.c Loading commit data...
utils.h Loading commit data...
wr_rtu.h Loading commit data...