From 352481a4f83175511ac58fd97c694a08268ab418 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Tue, 26 Feb 2008 09:58:43 -0500 Subject: drivers: Remove unnecessary inclusions of asm/semaphore.h None of these files use any of the functionality promised by asm/semaphore.h. It's possible that they rely on it dragging in some unrelated header file, but I can't build all these files, so we'll have fix any build failures as they come up. Signed-off-by: Matthew Wilcox --- drivers/media/video/pvrusb2/pvrusb2-context.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/media/video/pvrusb2/pvrusb2-context.c') diff --git a/drivers/media/video/pvrusb2/pvrusb2-context.c b/drivers/media/video/pvrusb2/pvrusb2-context.c index 9d94aed2e12d..160437b21e6d 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-context.c +++ b/drivers/media/video/pvrusb2/pvrusb2-context.c @@ -26,7 +26,6 @@ #include #include #include -#include static void pvr2_context_destroy(struct pvr2_context *mp) -- cgit v1.2.3