Skip to content

Commit a69bada

Browse files
andy-shevaegl
authored andcommitted
EDAC, pnd2: Sort headers alphabetically
Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
1 parent f1b0b11 commit a69bada

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

drivers/edac/pnd2_edac.c

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@
1616
* rank, bank, row and column using the appropriate "dunit_ops" functions/parameters.
1717
*/
1818

19-
#include <linux/module.h>
20-
#include <linux/init.h>
21-
#include <linux/pci.h>
22-
#include <linux/pci_ids.h>
23-
#include <linux/slab.h>
19+
#include <linux/bitmap.h>
2420
#include <linux/delay.h>
2521
#include <linux/edac.h>
22+
#include <linux/init.h>
23+
#include <linux/math64.h>
2624
#include <linux/mmzone.h>
25+
#include <linux/mod_devicetable.h>
26+
#include <linux/module.h>
27+
#include <linux/pci.h>
28+
#include <linux/pci_ids.h>
2729
#include <linux/sizes.h>
30+
#include <linux/slab.h>
2831
#include <linux/smp.h>
29-
#include <linux/bitmap.h>
30-
#include <linux/math64.h>
31-
#include <linux/mod_devicetable.h>
32+
3233
#include <linux/platform_data/x86/p2sb.h>
3334

3435
#include <asm/cpu_device_id.h>

0 commit comments

Comments
 (0)