mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] arm: zylonite: drop empty header
@ 2020-04-30  9:00 Uwe Kleine-König
  2020-05-04  7:01 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2020-04-30  9:00 UTC (permalink / raw)
  To: barebox

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/boards/zylonite/board.c    |  2 --
 arch/arm/boards/zylonite/zylonite.h | 19 -------------------
 2 files changed, 21 deletions(-)
 delete mode 100644 arch/arm/boards/zylonite/zylonite.h

diff --git a/arch/arm/boards/zylonite/board.c b/arch/arm/boards/zylonite/board.c
index 2f2627057146..e90e7dfdb838 100644
--- a/arch/arm/boards/zylonite/board.c
+++ b/arch/arm/boards/zylonite/board.c
@@ -38,8 +38,6 @@
 #include <asm/mmu.h>
 #include <generated/mach-types.h>
 
-#include "zylonite.h"
-
 static struct smc91c111_pdata smsc91x_pdata;
 static struct mrvl_nand_platform_data nand_pdata = {
 	.keep_config = 0,
diff --git a/arch/arm/boards/zylonite/zylonite.h b/arch/arm/boards/zylonite/zylonite.h
deleted file mode 100644
index 4a0fb90fe9ca..000000000000
--- a/arch/arm/boards/zylonite/zylonite.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * (C) 2011 Robert Jarzmik <robert.jarzmik@free.fr>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- */
-#ifndef _ZYLONITE_H_
-#define _ZYLONITE_H_
-
-
-#endif /* _ZYLONITE_H */
-- 
2.26.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] arm: zylonite: drop empty header
  2020-04-30  9:00 [PATCH] arm: zylonite: drop empty header Uwe Kleine-König
@ 2020-05-04  7:01 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2020-05-04  7:01 UTC (permalink / raw)
  To: Uwe Kleine-König; +Cc: barebox

On Thu, Apr 30, 2020 at 11:00:11AM +0200, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  arch/arm/boards/zylonite/board.c    |  2 --
>  arch/arm/boards/zylonite/zylonite.h | 19 -------------------
>  2 files changed, 21 deletions(-)
>  delete mode 100644 arch/arm/boards/zylonite/zylonite.h

Applied, thanks

Sascha

> 
> diff --git a/arch/arm/boards/zylonite/board.c b/arch/arm/boards/zylonite/board.c
> index 2f2627057146..e90e7dfdb838 100644
> --- a/arch/arm/boards/zylonite/board.c
> +++ b/arch/arm/boards/zylonite/board.c
> @@ -38,8 +38,6 @@
>  #include <asm/mmu.h>
>  #include <generated/mach-types.h>
>  
> -#include "zylonite.h"
> -
>  static struct smc91c111_pdata smsc91x_pdata;
>  static struct mrvl_nand_platform_data nand_pdata = {
>  	.keep_config = 0,
> diff --git a/arch/arm/boards/zylonite/zylonite.h b/arch/arm/boards/zylonite/zylonite.h
> deleted file mode 100644
> index 4a0fb90fe9ca..000000000000
> --- a/arch/arm/boards/zylonite/zylonite.h
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -/*
> - * (C) 2011 Robert Jarzmik <robert.jarzmik@free.fr>
> - *
> - * This program is free software; you can redistribute it and/or
> - * modify it under the terms of the GNU General Public License as
> - * published by the Free Software Foundation; either version 2 of
> - * the License, or (at your option) any later version.
> - *
> - * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of
> - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> - * GNU General Public License for more details.
> - *
> - */
> -#ifndef _ZYLONITE_H_
> -#define _ZYLONITE_H_
> -
> -
> -#endif /* _ZYLONITE_H */
> -- 
> 2.26.2
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-05-04  7:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30  9:00 [PATCH] arm: zylonite: drop empty header Uwe Kleine-König
2020-05-04  7:01 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox