summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/hw/EasiGlobal.h
diff options
context:
space:
mode:
authorFernando Guzman Lugo2010-10-05 22:35:39 +0200
committerGreg Kroah-Hartman2010-10-06 00:30:58 +0200
commit053fdb85f56e84bff64a65601be7f72608f016da (patch)
treec5d03c9c92d9032a643c4d14c238408db0d3a741 /drivers/staging/tidspbridge/hw/EasiGlobal.h
parentstaging: tidspbridge - fix mmufault support (diff)
downloadkernel-qcow2-linux-053fdb85f56e84bff64a65601be7f72608f016da.tar.gz
kernel-qcow2-linux-053fdb85f56e84bff64a65601be7f72608f016da.tar.xz
kernel-qcow2-linux-053fdb85f56e84bff64a65601be7f72608f016da.zip
staging: tidspbridge - remove hw directory
hw directory was only being used for custom iommu implementation APIs, so after the iommu module migration this directory is not needed anymore. Signed-off-by: Fernando Guzman Lugo <x0095840@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/hw/EasiGlobal.h')
-rw-r--r--drivers/staging/tidspbridge/hw/EasiGlobal.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/drivers/staging/tidspbridge/hw/EasiGlobal.h b/drivers/staging/tidspbridge/hw/EasiGlobal.h
deleted file mode 100644
index e48d7f67c60a..000000000000
--- a/drivers/staging/tidspbridge/hw/EasiGlobal.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * EasiGlobal.h
- *
- * DSP-BIOS Bridge driver support functions for TI OMAP processors.
- *
- * Copyright (C) 2007 Texas Instruments, Inc.
- *
- * This package is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- */
-
-#ifndef _EASIGLOBAL_H
-#define _EASIGLOBAL_H
-#include <linux/types.h>
-
-/*
- * DEFINE: READ_ONLY, WRITE_ONLY & READ_WRITE
- *
- * DESCRIPTION: Defines used to describe register types for EASI-checker tests.
- */
-
-#define READ_ONLY 1
-#define WRITE_ONLY 2
-#define READ_WRITE 3
-
-/*
- * MACRO: _DEBUG_LEVEL1_EASI
- *
- * DESCRIPTION: A MACRO which can be used to indicate that a particular beach
- * register access function was called.
- *
- * NOTE: We currently dont use this functionality.
- */
-#define _DEBUG_LEVEL1_EASI(easi_num) ((void)0)
-
-#endif /* _EASIGLOBAL_H */