Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204807
b: refs/heads/master
c: 44032e6
h: refs/heads/master
i:
  204805: 1d5dd54
  204803: 460ef0f
  204799: 77a3bfc
v: v3
  • Loading branch information
Linus Torvalds authored and Rusty Russell committed Aug 5, 2010
1 parent 98820d2 commit a80384a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22e268ebecc549f1b1907f114cb44d6044bdee3c
refs/heads/master: 44032e631691adf1f406843d5e54deb795973ff7
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ bool each_symbol(bool (*fn)(const struct symsearch *arr, struct module *owner,
unsigned int symnum, void *data), void *data)
{
struct module *mod;
const struct symsearch arr[] = {
static const struct symsearch arr[] = {
{ __start___ksymtab, __stop___ksymtab, __start___kcrctab,
NOT_GPL_ONLY, false },
{ __start___ksymtab_gpl, __stop___ksymtab_gpl,
Expand Down

0 comments on commit a80384a

Please sign in to comment.