HwInfoConfig cleanup

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-11-21 15:50:18 +00:00
committed by Compute-Runtime-Automation
parent 154f7e87be
commit 8dfea40242
17 changed files with 93 additions and 187 deletions

View File

@ -5,7 +5,6 @@
*
*/
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/os_interface/hw_info_config.inl"
#include "shared/source/os_interface/hw_info_config_bdw_plus.inl"
@ -13,11 +12,6 @@
namespace NEO {
#ifdef SUPPORT_BDW
template <>
int HwInfoConfigHw<IGFX_BROADWELL>::configureHardwareCustom(HardwareInfo *hwInfo, OSInterface *osIface) {
return 0;
}
template class HwInfoConfigHw<IGFX_BROADWELL>;
#endif