]> Git Repo - linux.git/commit - drivers/xen/grant-table.c
xen/grant-table: constify gnttab_ops structure
authorJulia Lawall <[email protected]>
Sat, 28 Nov 2015 14:28:40 +0000 (15:28 +0100)
committerDavid Vrabel <[email protected]>
Mon, 21 Dec 2015 14:41:01 +0000 (14:41 +0000)
commit86fc2136736d2767bf797e6d2b1f80b49f52953c
tree57e1013e9dd645d0642273723cc523f92a55c4a7
parent2dd887e32175b624375570a0361083eb2cd64a07
xen/grant-table: constify gnttab_ops structure

The gnttab_ops structure is never modified, so declare it as const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: David Vrabel <[email protected]>
drivers/xen/grant-table.c
This page took 0.050756 seconds and 4 git commands to generate.