From 85a967f248e7f07934cb6bcb0b39f0f9e725953c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sat, 13 Feb 2021 09:55:22 +0200 Subject: AGESA fam16 boards: Drop obsolete picr_data and intr_data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I367f6f17fff3d10be19a83d63e927959068408dd Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/50998 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/biostar/am1ml/mainboard.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/biostar/am1ml/mainboard.c') diff --git a/src/mainboard/biostar/am1ml/mainboard.c b/src/mainboard/biostar/am1ml/mainboard.c index f371a44318..e99623e415 100644 --- a/src/mainboard/biostar/am1ml/mainboard.c +++ b/src/mainboard/biostar/am1ml/mainboard.c @@ -68,9 +68,6 @@ static const struct pirq_struct mainboard_pirq_data[] = { {SD_DEVFN, {PIRQ_SD, PIRQ_NC, PIRQ_NC, PIRQ_NC}}, /* SD: 14.7 */ }; -const u8 *picr_data = mainboard_picr_data; -const u8 *intr_data = mainboard_intr_data; - /* PIRQ Setup */ static void pirq_setup(void) { -- cgit v1.2.3