aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sep/sep_driver_ext_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/sep/sep_driver_ext_api.h')
-rw-r--r--drivers/staging/sep/sep_driver_ext_api.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/sep/sep_driver_ext_api.h b/drivers/staging/sep/sep_driver_ext_api.h
index eabd67dfc0b..cad90578acb 100644
--- a/drivers/staging/sep/sep_driver_ext_api.h
+++ b/drivers/staging/sep/sep_driver_ext_api.h
@@ -42,11 +42,6 @@ this function loads the ROM code in SEP (needed only in the debug mode on FPGA)
static void sep_load_rom_code(void);
/*
-This functions locks the area of the resident and cache sep code (if possible)
-*/
-static void sep_lock_cache_resident_area(void);
-
-/*
This functions copies the cache and resident from their source location into
destination memory, which is external to Linux VM and is given as physical
address
@@ -86,10 +81,4 @@ to the physical address. It can be either on the externa RAM device
*/
static unsigned long sep_shared_area_phys_to_virt(unsigned long phys_address);
-/*
-This function registers th driver to the device
-subsystem (either PCI, USB, etc)
-*/
-static int sep_register_driver_to_device(void);
-
#endif /*__SEP_DRIVER_EXT_API_H__*/