[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1257449912-27978-1-git-send-email-ddaney@caviumnetworks.com>
Date: Thu, 5 Nov 2009 11:38:32 -0800
From: David Daney <ddaney@...iumnetworks.com>
To: ralf@...ux-mips.org, linux-mips@...ux-mips.org,
netdev@...r.kernel.org
Cc: David Daney <ddaney@...iumnetworks.com>
Subject: [PATCH] netdev: Fix compile error in Octeon MGMT driver.
Explicitly include linux/capability.h. Under some configurations it
wasn't being indirectly included.
Signed-off-by: David Daney <ddaney@...iumnetworks.com>
---
This fixes a minor problem for the (already approved) patches that
Ralf has queued for 2.6.33. It should probably be added to Ralf's
queue.
drivers/net/octeon/octeon_mgmt.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/octeon/octeon_mgmt.c b/drivers/net/octeon/octeon_mgmt.c
index 83a636d..050538b 100644
--- a/drivers/net/octeon/octeon_mgmt.c
+++ b/drivers/net/octeon/octeon_mgmt.c
@@ -6,6 +6,7 @@
* Copyright (C) 2009 Cavium Networks
*/
+#include <linux/capability.h>
#include <linux/dma-mapping.h>
#include <linux/init.h>
#include <linux/platform_device.h>
--
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists