* [PATCH v2] Staging: board: Removed unnecessary header file
@ 2015-10-02 8:18 Shivani Bhardwaj
2015-10-02 8:56 ` [Outreachy kernel] " Vaishali Thakkar
2015-10-02 9:06 ` Julia Lawall
0 siblings, 2 replies; 3+ messages in thread
From: Shivani Bhardwaj @ 2015-10-02 8:18 UTC (permalink / raw)
To: outreachy-kernel
Fixed the problem with previous version by removing the unnecessary
header file that was added in previous version.
Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
---
drivers/staging/board/board.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
index 8d0ac82..edbc590 100644
--- a/drivers/staging/board/board.c
+++ b/drivers/staging/board/board.c
@@ -19,8 +19,6 @@
#include <linux/of_irq.h>
#include <linux/platform_device.h>
#include <linux/pm_domain.h>
-#include <asm/prom.h>
-
#include "board.h"
static struct device_node *irqc_node __initdata;
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH v2] Staging: board: Removed unnecessary header file
2015-10-02 8:18 [PATCH v2] Staging: board: Removed unnecessary header file Shivani Bhardwaj
@ 2015-10-02 8:56 ` Vaishali Thakkar
2015-10-02 9:06 ` Julia Lawall
1 sibling, 0 replies; 3+ messages in thread
From: Vaishali Thakkar @ 2015-10-02 8:56 UTC (permalink / raw)
To: Shivani Bhardwaj; +Cc: outreachy-kernel
On Fri, Oct 2, 2015 at 1:48 PM, Shivani Bhardwaj <shivanib134@gmail.com> wrote:
> Fixed the problem with previous version by removing the unnecessary
> header file that was added in previous version.
Hi,
Version 2 should be on top of the actual file and not on the version 1
of the patch.
> Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
> ---
> drivers/staging/board/board.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
> index 8d0ac82..edbc590 100644
> --- a/drivers/staging/board/board.c
> +++ b/drivers/staging/board/board.c
> @@ -19,8 +19,6 @@
> #include <linux/of_irq.h>
> #include <linux/platform_device.h>
> #include <linux/pm_domain.h>
> -#include <asm/prom.h>
> -
> #include "board.h"
>
> static struct device_node *irqc_node __initdata;
> --
> 2.1.0
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20151002081827.GA56279%40ubuntu.
> For more options, visit https://groups.google.com/d/optout.
--
Vaishali
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Outreachy kernel] [PATCH v2] Staging: board: Removed unnecessary header file
2015-10-02 8:18 [PATCH v2] Staging: board: Removed unnecessary header file Shivani Bhardwaj
2015-10-02 8:56 ` [Outreachy kernel] " Vaishali Thakkar
@ 2015-10-02 9:06 ` Julia Lawall
1 sibling, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2015-10-02 9:06 UTC (permalink / raw)
To: Shivani Bhardwaj; +Cc: outreachy-kernel
On Fri, 2 Oct 2015, Shivani Bhardwaj wrote:
> Fixed the problem with previous version by removing the unnecessary
> header file that was added in previous version.
This is not the right way to make a v2. Your v1 will not be accepted, so
your v2 work should be based on the original code, not the result of your
previous patch. Put the changes for v2 under the ---
However, are you sure that it is the header that is not needed, and nothe
local declaration that is not needed?
julia
> Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
> ---
> drivers/staging/board/board.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
> index 8d0ac82..edbc590 100644
> --- a/drivers/staging/board/board.c
> +++ b/drivers/staging/board/board.c
> @@ -19,8 +19,6 @@
> #include <linux/of_irq.h>
> #include <linux/platform_device.h>
> #include <linux/pm_domain.h>
> -#include <asm/prom.h>
> -
> #include "board.h"
>
> static struct device_node *irqc_node __initdata;
> --
> 2.1.0
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/20151002081827.GA56279%40ubuntu.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-02 9:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-02 8:18 [PATCH v2] Staging: board: Removed unnecessary header file Shivani Bhardwaj
2015-10-02 8:56 ` [Outreachy kernel] " Vaishali Thakkar
2015-10-02 9:06 ` Julia Lawall
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.