From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Date: Fri, 6 Feb 2009 15:16:06 +0000 (+0530)
Subject: Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2678c07b07ac2076675e5d57653bdf02e9af1950;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---

diff --git a/arch/ia64/include/asm/fpu.h b/arch/ia64/include/asm/fpu.h
index b6395ad1500a..0c26157cffa5 100644
--- a/arch/ia64/include/asm/fpu.h
+++ b/arch/ia64/include/asm/fpu.h
@@ -6,8 +6,6 @@
  *	David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
-#include <linux/types.h>
-
 /* floating point status register: */
 #define FPSR_TRAP_VD	(1 << 0)	/* invalid op trap disabled */
 #define FPSR_TRAP_DD	(1 << 1)	/* denormal trap disabled */