edac: move EDAC device definitions to drivers/edac/edac_device.h
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 29 Oct 2016 12:01:41 +0000 (10:01 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 15 Dec 2016 10:54:51 +0000 (08:54 -0200)
commit6d8ef2472410c8ab004729a71ec829a224699a08
tree1a4e9ea9a80d2baa95905d2e17bd95e8c50e4cb9
parent0b892c717714334890ea179a2dc1941a223e446f
edac: move EDAC device definitions to drivers/edac/edac_device.h

The edac_core.h header contain data structures and function
definitions for both EDAC MC and EDAC device.

Let's move the devices ones to a separate header file, as part
of a header reorganization.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/edac/edac_core.h
drivers/edac/edac_device.c
drivers/edac/edac_device.h [new file with mode: 0644]
drivers/edac/edac_device_sysfs.c