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

Commit fe5dd7c7 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] byteorder.h needs linux/compiler.h

parent f8ce2547
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#ifndef __ASM_ARM_BYTEORDER_H
#define __ASM_ARM_BYTEORDER_H

#include <linux/compiler.h>
#include <asm/types.h>

static inline __attribute_const__ __u32 ___arch__swab32(__u32 x)