[PATCH v5 1/4] Move Intel SNB device ids from sb_edac to pci_ids.h

2013-09-27 Thread Andy Lutomirski
The i2c_imc driver will use two of them, and moving only part of the list seems messier. Cc: Mauro Carvalho Chehab Cc: Rui Wang Signed-off-by: Andy Lutomirski --- drivers/edac/sb_edac.c | 30 -- include/linux/pci_ids.h | 15 +++ 2 files changed, 15

[PATCH v5 1/4] Move Intel SNB device ids from sb_edac to pci_ids.h

2013-09-27 Thread Andy Lutomirski
The i2c_imc driver will use two of them, and moving only part of the list seems messier. Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: Rui Wang ruiv.w...@gmail.com Signed-off-by: Andy Lutomirski l...@amacapital.net --- drivers/edac/sb_edac.c | 30 --