src/mainboard: Remove unused include <arch/byteorder.h>

Change-Id: I3d638febddbd88cd4870795f96dd1bbf123c7ba3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33537
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-06-16 13:23:24 +02:00 committed by Nico Huber
parent 22230687aa
commit b79a04c716
16 changed files with 0 additions and 16 deletions

View File

@ -13,7 +13,6 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include <arch/byteorder.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <northbridge/intel/sandybridge/sandybridge.h> #include <northbridge/intel/sandybridge/sandybridge.h>

View File

@ -14,7 +14,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <gpio.h> #include <gpio.h>

View File

@ -14,7 +14,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <gpio.h> #include <gpio.h>

View File

@ -17,7 +17,6 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <arch/byteorder.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <superio/nuvoton/npcd378/npcd378.h> #include <superio/nuvoton/npcd378/npcd378.h>

View File

@ -17,7 +17,6 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <arch/byteorder.h>
#include <arch/io.h> #include <arch/io.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <device/pci_def.h> #include <device/pci_def.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <fsp/api.h> #include <fsp/api.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>

View File

@ -15,7 +15,6 @@
* *
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <console/console.h> #include <console/console.h>
#include <fsp/api.h> #include <fsp/api.h>
#include <soc/romstage.h> #include <soc/romstage.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <arch/cpu.h> #include <arch/cpu.h>
#include <intelblocks/mp_init.h> #include <intelblocks/mp_init.h>
#include <stdint.h> #include <stdint.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <fsp/api.h> #include <fsp/api.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <fsp/api.h> #include <fsp/api.h>
#include <gpio.h> #include <gpio.h>
#include "gpio.h" #include "gpio.h"

View File

@ -14,7 +14,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <console/console.h> #include <console/console.h>
#include <fsp/soc_binding.h> #include <fsp/soc_binding.h>
#include <soc/romstage.h> #include <soc/romstage.h>

View File

@ -12,7 +12,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <arch/byteorder.h>
#include <cbfs.h> #include <cbfs.h>
#include <console/console.h> #include <console/console.h>
#include <stdint.h> #include <stdint.h>

View File

@ -15,7 +15,6 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <arch/byteorder.h>
#include <device/pci_ops.h> #include <device/pci_ops.h>
#include <device/pci_def.h> #include <device/pci_def.h>
#include <northbridge/intel/sandybridge/sandybridge.h> #include <northbridge/intel/sandybridge/sandybridge.h>