|
@@ -172,7 +172,7 @@ static const struct stepping_info skl_stepping_info[] = {
|
|
|
{'G', '0'}, {'H', '0'}, {'I', '0'}
|
|
|
};
|
|
|
|
|
|
-static struct stepping_info bxt_stepping_info[] = {
|
|
|
+static const struct stepping_info bxt_stepping_info[] = {
|
|
|
{'A', '0'}, {'A', '1'}, {'A', '2'},
|
|
|
{'B', '0'}, {'B', '1'}, {'B', '2'}
|
|
|
};
|