All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.