Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SPARC64]: Partially revert "Constify function pointer tables."
  • Loading branch information
Linus Torvalds committed Jan 24, 2008
2 parents 668ebab + de195fd commit 901720a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc64/solaris/socksys.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extern void mykfree(void *);

static unsigned int (*sock_poll)(struct file *, poll_table *);

static const struct file_operations socksys_file_ops = {
static struct file_operations socksys_file_ops = {
/* Currently empty */
};

Expand Down

0 comments on commit 901720a

Please sign in to comment.