diff --git a/[refs] b/[refs] index 6a518c8daa70..8032e4922a7f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 200351c77d6aa7fc36d3a49132c68e95ad9654c8 +refs/heads/master: 44a8e3772f53a5337e74700fc166a3d4c3ef59a2 diff --git a/trunk/drivers/bcma/core.c b/trunk/drivers/bcma/core.c index 189a97b51be9..893f6e0c759f 100644 --- a/trunk/drivers/bcma/core.c +++ b/trunk/drivers/bcma/core.c @@ -6,6 +6,7 @@ */ #include "bcma_private.h" +#include #include bool bcma_core_is_enabled(struct bcma_device *core) diff --git a/trunk/drivers/bcma/driver_chipcommon.c b/trunk/drivers/bcma/driver_chipcommon.c index 47cce9d69630..e9f1b3fd252c 100644 --- a/trunk/drivers/bcma/driver_chipcommon.c +++ b/trunk/drivers/bcma/driver_chipcommon.c @@ -9,6 +9,7 @@ */ #include "bcma_private.h" +#include #include static inline u32 bcma_cc_write32_masked(struct bcma_drv_cc *cc, u16 offset, diff --git a/trunk/drivers/bcma/driver_chipcommon_pmu.c b/trunk/drivers/bcma/driver_chipcommon_pmu.c index 2968d809d49f..800163c8c2e7 100644 --- a/trunk/drivers/bcma/driver_chipcommon_pmu.c +++ b/trunk/drivers/bcma/driver_chipcommon_pmu.c @@ -9,6 +9,7 @@ */ #include "bcma_private.h" +#include #include static u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) diff --git a/trunk/drivers/bcma/driver_pci.c b/trunk/drivers/bcma/driver_pci.c index 81f3d0a4b856..4fde6254f04e 100644 --- a/trunk/drivers/bcma/driver_pci.c +++ b/trunk/drivers/bcma/driver_pci.c @@ -9,6 +9,7 @@ */ #include "bcma_private.h" +#include #include /**************************************************