mainboards: Remove floating __PRE_RAM__ comments

Change-Id: I110e54175a81b6a651213e0f18ddc1e3e71160cf
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34920
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki
2019-08-17 04:28:24 +03:00
parent 184a1176f3
commit 146c098233
15 changed files with 0 additions and 30 deletions

View File

@@ -16,8 +16,6 @@
* GNU General Public License for more details.
*/
/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */
#include <stdint.h>
#include <arch/io.h>
#include <device/pci_ops.h>