* [PATCH 1/2] fujitsu-laptop: Drop unneeded include
@ 2014-03-17 11:00 Jean Delvare
2014-03-17 11:54 ` Jonathan Woithe
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2014-03-17 11:00 UTC (permalink / raw)
To: platform-driver-x86; +Cc: Jonathan Woithe, Matthew Garrett
The fujitsu-laptop driver includes <linux/video_output.h> but doesn't
call any of its functions. Drop the unneeded include to avoid
unnecessary driver rebuilds.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Jonathan Woithe <jwoithe@just42.net>
Cc: Matthew Garrett <matthew.garrett@nebula.com>
---
drivers/platform/x86/fujitsu-laptop.c | 1 -
1 file changed, 1 deletion(-)
--- linux-3.14-rc6.orig/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:04.273862743 +0100
+++ linux-3.14-rc6/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:19.961145958 +0100
@@ -66,7 +66,6 @@
#include <linux/backlight.h>
#include <linux/input.h>
#include <linux/kfifo.h>
-#include <linux/video_output.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE)
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] fujitsu-laptop: Drop unneeded include
2014-03-17 11:00 [PATCH 1/2] fujitsu-laptop: Drop unneeded include Jean Delvare
@ 2014-03-17 11:54 ` Jonathan Woithe
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Woithe @ 2014-03-17 11:54 UTC (permalink / raw)
To: Jean Delvare; +Cc: platform-driver-x86, Matthew Garrett, jwoithe
Acked-by: Jonathan Woithe <jwoithe@just42.net>
On Mon, Mar 17, 2014 at 12:00:22PM +0100, Jean Delvare wrote:
> The fujitsu-laptop driver includes <linux/video_output.h> but doesn't
> call any of its functions. Drop the unneeded include to avoid
> unnecessary driver rebuilds.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Cc: Jonathan Woithe <jwoithe@just42.net>
> Cc: Matthew Garrett <matthew.garrett@nebula.com>
> ---
> drivers/platform/x86/fujitsu-laptop.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- linux-3.14-rc6.orig/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:04.273862743 +0100
> +++ linux-3.14-rc6/drivers/platform/x86/fujitsu-laptop.c 2014-03-17 11:31:19.961145958 +0100
> @@ -66,7 +66,6 @@
> #include <linux/backlight.h>
> #include <linux/input.h>
> #include <linux/kfifo.h>
> -#include <linux/video_output.h>
> #include <linux/platform_device.h>
> #include <linux/slab.h>
> #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE)
>
>
> --
> Jean Delvare
> SUSE L3 Support
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-17 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 11:00 [PATCH 1/2] fujitsu-laptop: Drop unneeded include Jean Delvare
2014-03-17 11:54 ` Jonathan Woithe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox