Skip to content

Commit

Permalink
[ARM] msm: cleanup smd, separate debugfs support
Browse files Browse the repository at this point in the history
- pull debug code into smd_debug.c
- move necessary structures and defines into smd_private.h
- fix some comment formatting, etc

Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Brian Swetland authored and Daniel Walker committed May 12, 2010
1 parent ec9d3d1 commit 03e00cd
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 405 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ obj-y += vreg.o
obj-y += acpuclock-arm11.o
obj-y += clock.o clock-7x01a.o

obj-$(CONFIG_MSM_SMD) += smd.o
obj-$(CONFIG_MSM_SMD) += smd.o smd_debug.o

obj-$(CONFIG_MACH_TROUT) += board-trout.o
obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
Loading

0 comments on commit 03e00cd

Please sign in to comment.