Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6: [SPARC64]: Partially revert "Constify function pointer tables."
This commit is contained in:
commit
901720afa3
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue