diff options
Diffstat (limited to 'src/cpu/intel/socket_mPGA479M/chip.h')
-rw-r--r-- | src/cpu/intel/socket_mPGA479M/chip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/socket_mPGA479M/chip.h b/src/cpu/intel/socket_mPGA479M/chip.h index b157416a1a..57e9bd5bcb 100644 --- a/src/cpu/intel/socket_mPGA479M/chip.h +++ b/src/cpu/intel/socket_mPGA479M/chip.h @@ -1,4 +1,4 @@ -extern struct chip_operations cpu_intel_socket_mPGA479_control; +extern struct chip_operations cpu_intel_socket_mPGA479M_ops; -struct cpu_intel_socket_mPGA479_config { +struct cpu_intel_socket_mPGA479M_config { }; |