diff options
author | Shmulik Ravid <shmulikr@broadcom.com> | 2010-12-30 06:27:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-31 10:52:09 -0800 |
commit | 7c14c3f10e6dcd7f70e49f77b6e1ae605c4861e6 (patch) | |
tree | e4054da4e2d5e80883b119aa0762ebaa664a7a1b /net/dcb | |
parent | 785b9b1aebcb748fb7627ad4c12dffb7f4f91b55 (diff) | |
download | linux-3.10-7c14c3f10e6dcd7f70e49f77b6e1ae605c4861e6.tar.gz linux-3.10-7c14c3f10e6dcd7f70e49f77b6e1ae605c4861e6.tar.bz2 linux-3.10-7c14c3f10e6dcd7f70e49f77b6e1ae605c4861e6.zip |
dcbnl: cleanup
A couple of small cleanups for patches:
[net-next-2.6 PATCH 1/3] dcbnl: add support for ieee8021Qaz attributes
[net-next-2.6 PATCH 2/3] dcbnl: add appliction tlv handlers
[net-next-2.6 PATCH 3/3] net_dcb: add application notifiers
Signed-off-by: Shmulik Ravid <shmulikr@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dcb')
-rw-r--r-- | net/dcb/dcbnl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c index 075af0a08d8..ff3c12d2cd7 100644 --- a/net/dcb/dcbnl.c +++ b/net/dcb/dcbnl.c @@ -1642,7 +1642,7 @@ out: } EXPORT_SYMBOL(dcb_setapp); -void dcb_flushapp(void) +static void dcb_flushapp(void) { struct dcb_app_type *app; |