Skip to content

Commit

Permalink
arm: msm: move board-dream.c to board-trout.c
Browse files Browse the repository at this point in the history
Move the naming of this board file back to the original Google naming.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Daniel Walker committed May 12, 2010
1 parent 43b39f9 commit 2012e49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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,
Expand Down
File renamed without changes.

0 comments on commit 2012e49

Please sign in to comment.