Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b82d6cb4 authored by Tobias Klauser's avatar Tobias Klauser Committed by Max Filippov
Browse files

xtensa: remove wrapper header for asm/device.h



xtensa's asm/device.h is a verbatim copy of asm-generic/device.h and
does not add any arch specific extensions. Thus, use the asm-generic
header directly.

Acked-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 5771a8c0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
generic-y += bug.h
generic-y += clkdev.h
generic-y += device.h
generic-y += div64.h
generic-y += dma-contiguous.h
generic-y += emergency-restart.h

arch/xtensa/include/asm/device.h

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
/*
 * Arch specific extensions to struct device
 *
 * This file is released under the GPLv2
 */
#ifndef _ASM_XTENSA_DEVICE_H
#define _ASM_XTENSA_DEVICE_H

struct dev_archdata {
};

struct pdev_archdata {
};

#endif /* _ASM_XTENSA_DEVICE_H */