projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cde6f
)
[AF_X25]: constify function pointer tables
author
Jan Engelhardt
<jengelh@computergmbh.de>
Wed, 23 Jan 2008 02:30:06 +0000
(18:30 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:10:55 +0000
(15:10 -0800)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/x25/x25_proc.c
patch
|
blob
|
blame
|
history
diff --git
a/net/x25/x25_proc.c
b/net/x25/x25_proc.c
index 78b05342606ef07fff0d80d5a24c68ca2c6ed225..3f52b09bed033fbb8f77e4b37342fd757183744d 100644
(file)
--- a/
net/x25/x25_proc.c
+++ b/
net/x25/x25_proc.c
@@
-293,7
+293,7
@@
static const struct file_operations x25_seq_route_fops = {
.release = seq_release,
};
-static struct file_operations x25_seq_forward_fops = {
+static
const
struct file_operations x25_seq_forward_fops = {
.owner = THIS_MODULE,
.open = x25_seq_forward_open,
.read = seq_read,