9
0
Fork 0

move include/unaligned to include/linux/unaligned/

as originally in linux

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2010-08-29 18:33:45 +02:00 committed by Sascha Hauer
parent 5baf5ae9bd
commit 37d6cbca5f
11 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#ifndef _ASM_ARM_UNALIGNED_H #ifndef _ASM_ARM_UNALIGNED_H
#define _ASM_ARM_UNALIGNED_H #define _ASM_ARM_UNALIGNED_H
#include <unaligned/le_byteshift.h> #include <linux/unaligned/le_byteshift.h>
#include <unaligned/be_byteshift.h> #include <linux/unaligned/be_byteshift.h>
#include <unaligned/generic.h> #include <linux/unaligned/generic.h>
/* /*
* Select endianness * Select endianness