]> git.baikalelectronics.ru Git - kernel.git/commit
edac: fix i7core build
authorRandy Dunlap <randy.dunlap@oracle.com>
Sun, 8 Nov 2009 03:36:40 +0000 (01:36 -0200)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 10 May 2010 14:49:32 +0000 (11:49 -0300)
commit2c3b0d7adcd1f3b097198e52fe79a08efe0e19e1
treea5a7442d08e5071c286fec36cabf733bb1883ee3
parent0e048648bcfa118fde3787bbc4a893131d36af8c
edac: fix i7core build

Fix build warning (missing header file) and
build error when CONFIG_SMP=n.

drivers/edac/i7core_edac.c:860: error: implicit declaration of function 'msleep'
drivers/edac/i7core_edac.c:1700: error: 'struct cpuinfo_x86' has no member named 'phys_proc_id'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/edac/i7core_edac.c