diff options
| author | 2012-02-06 19:10:52 -0200 | |
|---|---|---|
| committer | 2012-02-06 19:11:02 -0200 | |
| commit | 5ddf146f70a44ed4133dea4d377b172605a1cfa5 (patch) | |
| tree | 058b6f58b5ab756f9fe798983e7c7bbf75450509 /scripts | |
| parent | perf record: Make feature initialization generic (diff) | |
| parent | perf evsel: Fix an issue where perf report fails to show the proper percentage (diff) | |
Merge branch 'perf/urgent' into perf/core
So that we can get the perf bench exec stack fixes and then apply the
remaining fix for the files added after what is in perf/urgent.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/mod/file2alias.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index c0e14b3f2306..e8c969577768 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c @@ -823,16 +823,6 @@ static int do_spi_entry(const char *filename, struct spi_device_id *id, } ADD_TO_DEVTABLE("spi", struct spi_device_id, do_spi_entry); -/* Looks like: mcp:S */ -static int do_mcp_entry(const char *filename, struct mcp_device_id *id, - char *alias) -{ - sprintf(alias, MCP_MODULE_PREFIX "%s", id->name); - - return 1; -} -ADD_TO_DEVTABLE("mcp", struct mcp_device_id, do_mcp_entry); - static const struct dmifield { const char *prefix; int field; |
