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

Commit 48109870 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

headers_check fix: powerpc, swab.h



fix the following 'make headers_check' warning:

  usr/include/asm-powerpc/swab.h:11: include of <linux/types.h> is preferred over <asm/types.h>

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent 1a16bc45
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@
 * 2 of the License, or (at your option) any later version.
 * 2 of the License, or (at your option) any later version.
 */
 */


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


#ifdef __GNUC__
#ifdef __GNUC__