Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762262Ab3ECADI (ORCPT ); Thu, 2 May 2013 20:03:08 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:40209 "EHLO e36.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758934Ab3ECADD (ORCPT ); Thu, 2 May 2013 20:03:03 -0400 From: Cody P Schafer To: Linux MM Cc: LKML , Cody P Schafer , Simon Jeons Subject: [RFC PATCH v3 15/31] drivers/base/memory.c: alphabetize headers. Date: Thu, 2 May 2013 17:00:47 -0700 Message-Id: <1367539263-19999-16-git-send-email-cody@linux.vnet.ibm.com> X-Mailer: git-send-email 1.8.2.2 In-Reply-To: <1367539263-19999-1-git-send-email-cody@linux.vnet.ibm.com> References: <1367539263-19999-1-git-send-email-cody@linux.vnet.ibm.com> X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13050300-7606-0000-0000-00000B0CBE74 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 43 --- drivers/base/memory.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/base/memory.c b/drivers/base/memory.c index 14f8a69..5247698 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -10,20 +10,20 @@ * SPARSEMEM should be contained here, or in mm/memory_hotplug.c. */ -#include -#include -#include +#include #include #include -#include +#include #include +#include #include #include +#include #include -#include #include +#include +#include -#include #include static DEFINE_MUTEX(mem_sysfs_mutex); -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/