diff options
author | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
commit | 5c3eee79128c372a81a83665be2332a000944280 (patch) | |
tree | e44331d36d63adc971003cc32540d0cb0c019525 /net/bluetooth/bnep/sock.c | |
parent | [IA64] incorrect return from ia64_pci_legacy_write() (diff) | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
download | linux-5c3eee79128c372a81a83665be2332a000944280.tar.xz linux-5c3eee79128c372a81a83665be2332a000944280.zip |
Auto-update from upstream
Diffstat (limited to 'net/bluetooth/bnep/sock.c')
-rw-r--r-- | net/bluetooth/bnep/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/sock.c b/net/bluetooth/bnep/sock.c index 9778c6acd53b..ccbaf69afc5b 100644 --- a/net/bluetooth/bnep/sock.c +++ b/net/bluetooth/bnep/sock.c @@ -146,7 +146,7 @@ static int bnep_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long return 0; } -static struct proto_ops bnep_sock_ops = { +static const struct proto_ops bnep_sock_ops = { .family = PF_BLUETOOTH, .owner = THIS_MODULE, .release = bnep_sock_release, |