blob: 471454799f3d666e3383c9eee2bdf5653a805b7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mtd-utils-2.0.0.orig/include/mtd/ubifs-media.h 2016-07-12 14:16:45.000000000 +0200
+++ mtd-utils-2.0.0/include/mtd/ubifs-media.h 2017-04-25 21:47:14.000000000 +0200
@@ -33,7 +33,7 @@
#ifndef __UBIFS_MEDIA_H__
#define __UBIFS_MEDIA_H__
-#include <asm/byteorder.h>
+#include <linux/types.h>
/* UBIFS node magic number (must not have the padding byte first or last) */
#define UBIFS_NODE_MAGIC 0x06101831
|