From: Thomas Weber <weber@corscience.de>
Date: Tue, 28 Sep 2010 12:03:33 +0000 (+0200)
Subject: bmw: Remove duplicated include of header file
X-Git-Tag: v2025.01-rc5-pxa1908~20085
X-Git-Url: http://git.dujemihanovic.xyz/img/html/index.html?a=commitdiff_plain;h=68c3d64391cbdaa6a5a3b8fbd34232bb0f6b2617;p=u-boot.git

bmw: Remove duplicated include of header file

Signed-off-by: Thomas Weber <weber@corscience.de>
---

diff --git a/board/bmw/bmw.c b/board/bmw/bmw.c
index 4039145e43..5ba6c09d1c 100644
--- a/board/bmw/bmw.c
+++ b/board/bmw/bmw.c
@@ -21,7 +21,6 @@
  * MA 02111-1307 USA
  */
 
-#include <common.h>
 #include <common.h>
 #include <watchdog.h>
 #include <command.h>