diff options
Diffstat (limited to 'src/mainboard/supermicro/h8dmr')
-rw-r--r-- | src/mainboard/supermicro/h8dmr/chip.h | 4 | ||||
-rw-r--r-- | src/mainboard/supermicro/h8dmr/mainboard.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8dmr/chip.h b/src/mainboard/supermicro/h8dmr/chip.h index d32ce0417c..d37942f49a 100644 --- a/src/mainboard/supermicro/h8dmr/chip.h +++ b/src/mainboard/supermicro/h8dmr/chip.h @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -extern struct chip_operations mainboard_supermicro_h8dmr_ops; +extern struct chip_operations mainboard_ops; -struct mainboard_supermicro_h8dmr_config { +struct mainboard_config { }; diff --git a/src/mainboard/supermicro/h8dmr/mainboard.c b/src/mainboard/supermicro/h8dmr/mainboard.c index cf2f780c71..0f742055f5 100644 --- a/src/mainboard/supermicro/h8dmr/mainboard.c +++ b/src/mainboard/supermicro/h8dmr/mainboard.c @@ -27,7 +27,7 @@ #include "chip.h" #if CONFIG_CHIP_NAME == 1 -struct chip_operations mainboard_supermicro_h8dmr_ops = { +struct chip_operations mainboard_ops = { CHIP_NAME("Supermicro H8DMR Mainboard") }; #endif |