aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/include/asm/poll.h')
-rw-r--r--arch/blackfin/include/asm/poll.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/blackfin/include/asm/poll.h b/arch/blackfin/include/asm/poll.h
deleted file mode 100644
index 072d8966c5c..00000000000
--- a/arch/blackfin/include/asm/poll.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2004-2009 Analog Devices Inc.
- *
- * Licensed under the GPL-2 or later.
- *
- */
-
-#ifndef __BFIN_POLL_H
-#define __BFIN_POLL_H
-
-#define POLLWRNORM 4 /* POLLOUT */
-#define POLLWRBAND 256
-
-#include <asm-generic/poll.h>
-
-#endif