* [PATCH] ARM: S3C64XX: Add linux/export.h to dev-spi.c
@ 2011-11-28 14:33 Mark Brown
2011-12-01 10:30 ` Kukjin Kim
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2011-11-28 14:33 UTC (permalink / raw)
To: linux-arm-kernel
This is required for the EXPORT_SYMBOL()s the code uses, previously the
header was being included implicitly by another header.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
arch/arm/mach-s3c64xx/dev-spi.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
index 86fb130..3f437e7 100644
--- a/arch/arm/mach-s3c64xx/dev-spi.c
+++ b/arch/arm/mach-s3c64xx/dev-spi.c
@@ -10,6 +10,7 @@
#include <linux/kernel.h>
#include <linux/string.h>
+#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/gpio.h>
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: S3C64XX: Add linux/export.h to dev-spi.c
2011-11-28 14:33 [PATCH] ARM: S3C64XX: Add linux/export.h to dev-spi.c Mark Brown
@ 2011-12-01 10:30 ` Kukjin Kim
0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-12-01 10:30 UTC (permalink / raw)
To: linux-arm-kernel
Mark Brown wrote:
>
> This is required for the EXPORT_SYMBOL()s the code uses, previously the
> header was being included implicitly by another header.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> arch/arm/mach-s3c64xx/dev-spi.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-
> spi.c
> index 86fb130..3f437e7 100644
> --- a/arch/arm/mach-s3c64xx/dev-spi.c
> +++ b/arch/arm/mach-s3c64xx/dev-spi.c
> @@ -10,6 +10,7 @@
>
> #include <linux/kernel.h>
> #include <linux/string.h>
> +#include <linux/export.h>
> #include <linux/platform_device.h>
> #include <linux/dma-mapping.h>
> #include <linux/gpio.h>
> --
> 1.7.7.3
Right, will apply for v3.2.
But since Padmavathi's SPI consolidation patches removes dev-spi.c files so
this can be dropped for v3.3, and as a note, I will look at other patches
tomorrow :)
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-01 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 14:33 [PATCH] ARM: S3C64XX: Add linux/export.h to dev-spi.c Mark Brown
2011-12-01 10:30 ` Kukjin Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).