From: Al Viro Date: Thu, 4 Apr 2013 23:18:04 +0000 (-0400) Subject: bluetooth: kill unused fops field in struct bt_sock_list X-Git-Tag: upstream/snapshot3+hdmi~5227^2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c10c062cadf527c3e072f01280d266fbbc592f9d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git bluetooth: kill unused fops field in struct bt_sock_list Signed-off-by: Al Viro --- diff --git a/include/net/bluetooth/bluetooth.h b/include/net/bluetooth/bluetooth.h index 946c777..ea81f0e 100644 --- a/include/net/bluetooth/bluetooth.h +++ b/include/net/bluetooth/bluetooth.h @@ -226,7 +226,6 @@ struct bt_sock_list { struct hlist_head head; rwlock_t lock; #ifdef CONFIG_PROC_FS - struct file_operations fops; int (* custom_seq_show)(struct seq_file *, void *); #endif };