mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
785b9b1aeb
commit
7c14c3f10e
1 changed files with 1 additions and 1 deletions
|
@ -1642,7 +1642,7 @@ u8 dcb_setapp(struct net_device *dev, struct dcb_app *new)
|
|||
}
|
||||
EXPORT_SYMBOL(dcb_setapp);
|
||||
|
||||
void dcb_flushapp(void)
|
||||
static void dcb_flushapp(void)
|
||||
{
|
||||
struct dcb_app_type *app;
|
||||
|
||||
|
|
Loading…
Reference in a new issue