lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 02 Aug 2008 21:16:02 +0800
From:	Huang Weiyi <weiyi.huang@...il.com>
To:	linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: mm/hugetlb.c: removed duplicated #include

Both commit 7cb93181629c613ee2b8f4ffe3446f8003074842 and
78a34ae29bf1c9df62a5bd0f0798b6c62a54d520 added #include <asm/io.h> 
in mm/hugetlb.c, but in 2 sightly different places.

This patch fixed it.

Signed-off-by: Huang Weiyi <hwy@...fujitsu.com>

diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index 28a2980..d61b954 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -20,7 +20,6 @@
 #include <asm/io.h>
 #include <asm/page.h>
 #include <asm/pgtable.h>
-#include <asm/io.h>

 #include <linux/hugetlb.h>
 #include "internal.h"

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ