superio/nct5539d: include the missing acpi.h and ssdt.h

Change-Id: Idd80fae1c39f3c7c4bc66a42e9023fb7a727b024
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37274
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Maxim Polyakov 2019-11-27 13:01:24 +03:00 committed by Felix Held
parent a854c9d787
commit eef7c69d49
1 changed files with 4 additions and 1 deletions

View File

@ -24,9 +24,12 @@
#include <pc80/keyboard.h>
#include <stdlib.h>
#include <superio/conf_mode.h>
#include "nct5539d.h"
#if CONFIG(HAVE_ACPI_TABLES)
#include <superio/common/ssdt.h>
#include <arch/acpi.h>
#endif
static void nct5539d_init(struct device *dev)
{