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

Commit 0fb807c3 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

unconditionally include asm/types.h from linux/types.h

parent f6c72781
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
#ifndef _LINUX_TYPES_H
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
#define _LINUX_TYPES_H


#include <asm/types.h>

#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
#ifdef	__KERNEL__
#ifdef	__KERNEL__


@@ -10,7 +12,6 @@
#endif
#endif


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


#ifndef __KERNEL_STRICT_NAMES
#ifndef __KERNEL_STRICT_NAMES