binaryPI: Drop invalid northbridge.h file
Pointless to declare static struct in a header. Change-Id: I757f6346017681e32900f67b25fb5700a68d86b8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30900 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -40,8 +40,6 @@
|
|||||||
#include <northbridge/amd/pi/agesawrapper_call.h>
|
#include <northbridge/amd/pi/agesawrapper_call.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "northbridge.h"
|
|
||||||
|
|
||||||
#define MAX_NODE_NUMS MAX_NODES
|
#define MAX_NODE_NUMS MAX_NODES
|
||||||
|
|
||||||
typedef struct dram_base_mask {
|
typedef struct dram_base_mask {
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2012 Advanced Micro Devices, Inc.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef NORTHBRIDGE_AMD_AGESA_FAM15H_H
|
|
||||||
#define NORTHBRIDGE_AMD_AGESA_FAM15H_H
|
|
||||||
|
|
||||||
static struct device_operations pci_domain_ops;
|
|
||||||
static struct device_operations cpu_bus_ops;
|
|
||||||
|
|
||||||
#endif /* NORTHBRIDGE_AMD_AGESA_FAM15H_H */
|
|
@@ -38,7 +38,6 @@
|
|||||||
#include <northbridge/amd/pi/agesawrapper.h>
|
#include <northbridge/amd/pi/agesawrapper.h>
|
||||||
#include <northbridge/amd/pi/agesawrapper_call.h>
|
#include <northbridge/amd/pi/agesawrapper_call.h>
|
||||||
#endif
|
#endif
|
||||||
#include "northbridge.h"
|
|
||||||
|
|
||||||
#define MAX_NODE_NUMS MAX_NODES
|
#define MAX_NODE_NUMS MAX_NODES
|
||||||
|
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2015 Advanced Micro Devices, Inc.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef NORTHBRIDGE_AMD_AGESA_FAM16H_H
|
|
||||||
#define NORTHBRIDGE_AMD_AGESA_FAM16H_H
|
|
||||||
|
|
||||||
static struct device_operations pci_domain_ops;
|
|
||||||
static struct device_operations cpu_bus_ops;
|
|
||||||
|
|
||||||
#endif /* NORTHBRIDGE_AMD_AGESA_FAM16H_H */
|
|
@@ -40,7 +40,6 @@
|
|||||||
#include <northbridge/amd/pi/agesawrapper.h>
|
#include <northbridge/amd/pi/agesawrapper.h>
|
||||||
#include <northbridge/amd/pi/agesawrapper_call.h>
|
#include <northbridge/amd/pi/agesawrapper_call.h>
|
||||||
#endif
|
#endif
|
||||||
#include "northbridge.h"
|
|
||||||
|
|
||||||
#define MAX_NODE_NUMS MAX_NODES
|
#define MAX_NODE_NUMS MAX_NODES
|
||||||
|
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
/*
|
|
||||||
* This file is part of the coreboot project.
|
|
||||||
*
|
|
||||||
* Copyright (C) 2012 Advanced Micro Devices, Inc.
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; version 2 of the License.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef NORTHBRIDGE_AMD_AGESA_FAM16H_H
|
|
||||||
#define NORTHBRIDGE_AMD_AGESA_FAM16H_H
|
|
||||||
|
|
||||||
static struct device_operations pci_domain_ops;
|
|
||||||
static struct device_operations cpu_bus_ops;
|
|
||||||
|
|
||||||
#endif /* NORTHBRIDGE_AMD_AGESA_FAM16H_H */
|
|
Reference in New Issue
Block a user