Commit e94aaae6 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] video-buf.c cleanup

Remove now-unused 2.4 back-compat code.
parent 0229cc25
...@@ -26,11 +26,6 @@ ...@@ -26,11 +26,6 @@
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#ifndef TryLockPage
# include "linux/page-flags.h"
# define TryLockPage TestSetPageLocked
#endif
#include <media/video-buf.h> #include <media/video-buf.h>
static int debug = 0; static int debug = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment