aa0effbd1c
Adjust the arch overrides to the new names as well. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
9 lines
128 B
C
9 lines
128 B
C
#ifndef _CRIS_BYTEORDER_H
|
|
#define _CRIS_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/little_endian.h>
|
|
|
|
#endif
|
|
|
|
|