
Fix for the linux/byteorder.h removal. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
8 lines
153 B
C
8 lines
153 B
C
#ifndef _PARISC_BYTEORDER_H
|
|
#define _PARISC_BYTEORDER_H
|
|
|
|
#include <asm/swab.h>
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _PARISC_BYTEORDER_H */
|