]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regmap: Move tracing header into drivers/base/regmap
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 19 Mar 2015 21:50:47 +0000 (17:50 -0400)
committerMark Brown <broonie@kernel.org>
Thu, 19 Mar 2015 22:22:45 +0000 (22:22 +0000)
commitf58078dacaaf6fbe664d5404dca7f76dce576113
treee9f1f07946e001af46f5a38c48f86f24beb391cd
parentc6b570d97c0e77f570bb6b2ed30d372b2b1e9aae
regmap: Move tracing header into drivers/base/regmap

The tracing events for regmap are confined to the regmap subsystem. It
also requires accessing an internal header. Instead of including the
internal header from a generic file location, move the tracing file
into the regmap directory.

Also rename the regmap tracing header to trace.h, as it is redundant to
keep the regmap.h name when it is in the regmap directory.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/Makefile
drivers/base/regmap/regcache.c
drivers/base/regmap/regmap.c
drivers/base/regmap/trace.h [moved from include/trace/events/regmap.h with 97% similarity]