arm: msm: move board-dream.c to board-trout.c
authorDaniel Walker <dwalker@codeaurora.org>
Wed, 3 Mar 2010 17:34:27 +0000 (09:34 -0800)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 12 May 2010 16:14:33 +0000 (09:14 -0700)
Move the naming of this board file back to the original Google naming.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/board-trout.c [moved from arch/arm/mach-msm/board-dream.c with 97% similarity]
arch/arm/mach-msm/board-trout.h [moved from arch/arm/mach-msm/board-dream.h with 100% similarity]

index 0cb523f..86bad4f 100644 (file)
@@ -7,4 +7,4 @@ obj-y += clock.o clock-7x01a.o
 
 obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
 
-obj-$(CONFIG_MACH_TROUT) += board-dream.o
+obj-$(CONFIG_MACH_TROUT) += board-trout.o
similarity index 97%
rename from arch/arm/mach-msm/board-dream.c
rename to arch/arm/mach-msm/board-trout.c
index 21afa85..9793ff4 100644 (file)
@@ -1,4 +1,4 @@
-/* linux/arch/arm/mach-msm/board-dream.c
+/* linux/arch/arm/mach-msm/board-trout.c
  *
  * Copyright (C) 2009 Google, Inc.
  * Author: Brian Swetland <swetland@google.com>
@@ -28,7 +28,7 @@
 #include <mach/msm_iomap.h>
 
 #include "devices.h"
-#include "board-dream.h"
+#include "board-trout.h"
 
 static struct platform_device *devices[] __initdata = {
        &msm_device_uart3,