[PATCH 3/9] GenWQE: Remove obsolete constants

From: Frank Haverkamp
Date: Mon Nov 04 2013 - 12:10:22 EST


The removed constants should not be part of the user-space kernel
interface.

Signed-off-by: Frank Haverkamp <haver@xxxxxxxxxxxxxxxxxx>
---
include/linux/genwqe/genwqe_card.h | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/include/linux/genwqe/genwqe_card.h b/include/linux/genwqe/genwqe_card.h
index ffed142..aa3f1b9 100644
--- a/include/linux/genwqe/genwqe_card.h
+++ b/include/linux/genwqe/genwqe_card.h
@@ -390,18 +390,6 @@ struct chip_bitstream {
#define DDCB_ASV_LENGTH 64 /* len of the DDCB ASV array */
#define DDCB_FIXUPS 12 /* maximum number of fixups */

-/*
- * We might have addresses within the ASIV data. Those need to be
- * replaced by valid DMA addresses to the buffer, sg-list or
- * child-block in the kernel driver handling the request.
- */
-#define GENWQE_DMA_TYPE_MASK 0x18 /* mask off type */
-#define GENWQE_DMA_TYPE_RAW 0x00 /* no DMA addr */
-#define GENWQE_DMA_TYPE_FLAT 0x08 /* contignous DMA block */
-#define GENWQE_DMA_TYPE_SGLIST 0x10 /* DMA sg-list */
-#define GENWQE_DMA_TYPE_CHILD 0x18 /* DMA child-block */
-#define GENWQE_DMA_WRITEABLE 0x04 /* memory writeable? */
-
struct genwqe_debug_data {
char driver_version[64];
uint64_t slu_unitcfg;
--
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/