Skip to content

Commit

Permalink
staging: omap-thermal: name data files accordingly
Browse files Browse the repository at this point in the history
This patch simply changes the name of files containing data structure definition.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent c8a8f84 commit 687ad31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/omap-thermal/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
obj-$(CONFIG_OMAP_BANDGAP) += omap-thermal.o
omap-thermal-y := omap-bandgap.o
omap-thermal-$(CONFIG_OMAP_THERMAL) += omap-thermal-common.o
omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal.o
omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal.o
omap-thermal-$(CONFIG_OMAP4_THERMAL) += omap4-thermal-data.o
omap-thermal-$(CONFIG_OMAP5_THERMAL) += omap5-thermal-data.o

0 comments on commit 687ad31

Please sign in to comment.