edac_mc.c (79acbb3ff2d8095b692e1502b9eb2ccec348de26) edac_mc.c (7dfb71030f7636a0d65200158113c37764552f93)
1/*
2 * edac_mc kernel module
3 * (C) 2005, 2006 Linux Networx (http://lnxi.com)
4 * This file may be distributed under the terms of the
5 * GNU General Public License.
6 *
7 * Written by Thayne Harbaugh
8 * Based on work by Dan Hollis <goemon at anime dot net> and others.

--- 14 unchanged lines hidden (view full) ---

23#include <linux/timer.h>
24#include <linux/slab.h>
25#include <linux/jiffies.h>
26#include <linux/spinlock.h>
27#include <linux/list.h>
28#include <linux/sysdev.h>
29#include <linux/ctype.h>
30#include <linux/kthread.h>
1/*
2 * edac_mc kernel module
3 * (C) 2005, 2006 Linux Networx (http://lnxi.com)
4 * This file may be distributed under the terms of the
5 * GNU General Public License.
6 *
7 * Written by Thayne Harbaugh
8 * Based on work by Dan Hollis <goemon at anime dot net> and others.

--- 14 unchanged lines hidden (view full) ---

23#include <linux/timer.h>
24#include <linux/slab.h>
25#include <linux/jiffies.h>
26#include <linux/spinlock.h>
27#include <linux/list.h>
28#include <linux/sysdev.h>
29#include <linux/ctype.h>
30#include <linux/kthread.h>
31#include <linux/freezer.h>
31#include <asm/uaccess.h>
32#include <asm/page.h>
33#include <asm/edac.h>
34#include "edac_mc.h"
35
36#define EDAC_MC_VERSION "Ver: 2.0.1 " __DATE__
37
38

--- 1800 unchanged lines hidden ---
32#include <asm/uaccess.h>
33#include <asm/page.h>
34#include <asm/edac.h>
35#include "edac_mc.h"
36
37#define EDAC_MC_VERSION "Ver: 2.0.1 " __DATE__
38
39

--- 1800 unchanged lines hidden ---