]> Git Repo - u-boot.git/blobdiff - arch/x86/lib/scu.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[u-boot.git] / arch / x86 / lib / scu.c
index a6f8297e72ed9bbee9b7da6eae073e97da404f9a..90ef239bcd3def2f10f55497bc8a95129b338893 100644 (file)
@@ -15,6 +15,8 @@
 #include <syscon.h>
 #include <asm/cpu.h>
 #include <asm/scu.h>
+#include <linux/bitops.h>
+#include <linux/delay.h>
 #include <linux/errno.h>
 #include <linux/io.h>
 #include <linux/kernel.h>
@@ -225,5 +227,5 @@ U_BOOT_DRIVER(scu_ipc) = {
        .id             = UCLASS_SYSCON,
        .of_match       = scu_ipc_match,
        .probe          = scu_ipc_probe,
-       .priv_auto_alloc_size = sizeof(struct scu),
+       .priv_auto      = sizeof(struct scu),
 };
This page took 0.029461 seconds and 4 git commands to generate.