summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-04-12 19:52:34 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-04-12 19:52:34 +0900
commit33cd5cffd50a789f4e2f0f8bcd7ed9cf8a07da16 (patch)
treef142384aa88b5d25391084b1ef2d192d4e7556ce /scripts/mod/modpost.h
parenta4e02f6d83d4fcdb13bcaba76878fc5ea0da9911 (diff)
parent104fa61a7dd83197160d5cafedc0e94ad9cd7fcc (diff)
downloadcachepc-linux-33cd5cffd50a789f4e2f0f8bcd7ed9cf8a07da16.tar.gz
cachepc-linux-33cd5cffd50a789f4e2f0f8bcd7ed9cf8a07da16.zip
Merge branch 'common/clkfwk' into sh-latest
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r--scripts/mod/modpost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
index 2031119080dc..51207e4d5f8b 100644
--- a/scripts/mod/modpost.h
+++ b/scripts/mod/modpost.h
@@ -113,6 +113,7 @@ struct module {
int has_cleanup;
struct buffer dev_table_buf;
char srcversion[25];
+ int is_dot_o;
};
struct elf_info {