linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* mfd: PCF50633: remove duplicated #include
@ 2009-01-14 22:53 Huang Weiyi
  2009-02-06 14:06 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2009-01-14 22:53 UTC (permalink / raw)
  To: sameo; +Cc: linux-kernel

Removed duplicated #include <linux/device.h> in
  drivers/mfd/pcf50633-core.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
index 24508e2..feb8ddd 100644
--- a/drivers/mfd/pcf50633-core.c
+++ b/drivers/mfd/pcf50633-core.c
@@ -15,7 +15,6 @@
 #include <linux/kernel.h>
 #include <linux/device.h>
 #include <linux/sysfs.h>
-#include <linux/device.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/interrupt.h>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: mfd: PCF50633: remove duplicated #include
  2009-01-14 22:53 mfd: PCF50633: remove duplicated #include Huang Weiyi
@ 2009-02-06 14:06 ` Samuel Ortiz
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2009-02-06 14:06 UTC (permalink / raw)
  To: Huang Weiyi; +Cc: linux-kernel

On Thu, Jan 15, 2009 at 06:53:29AM +0800, Huang Weiyi wrote:
> Removed duplicated #include <linux/device.h> in
>   drivers/mfd/pcf50633-core.c
Applied to my for-next branch, thanks.

Cheers,
Samuel.

 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> 
> diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c
> index 24508e2..feb8ddd 100644
> --- a/drivers/mfd/pcf50633-core.c
> +++ b/drivers/mfd/pcf50633-core.c
> @@ -15,7 +15,6 @@
>  #include <linux/kernel.h>
>  #include <linux/device.h>
>  #include <linux/sysfs.h>
> -#include <linux/device.h>
>  #include <linux/module.h>
>  #include <linux/types.h>
>  #include <linux/interrupt.h>
> 

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-06 14:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-14 22:53 mfd: PCF50633: remove duplicated #include Huang Weiyi
2009-02-06 14:06 ` Samuel Ortiz

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).