Skip to content

Commit

Permalink
staging: sep: remove unused ioctls
Browse files Browse the repository at this point in the history
Also remove associated functions, structures, and defines

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Mark Allyn authored and Greg Kroah-Hartman committed Mar 7, 2011
1 parent 41e568d commit 1254a45
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 519 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/sep/TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Todo's so far (from Alan Cox)
- Check whether it can be plugged into any of the kernel crypto API
interfaces - Crypto API 'glue' is still not ready to submit
- Clean up unused ioctls - Needs vendor help
- Clean up unused fields in ioctl structures - Needs vendor help
- Clean up un-needed debug prints - Started to work on this
25 changes: 0 additions & 25 deletions drivers/staging/sep/sep_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,31 +69,6 @@ struct sep_device {
size_t shared_size;
void *shared_addr;

/* restricted access region (coherent alloc) */
dma_addr_t rar_bus;
size_t rar_size;
void *rar_addr;

/* Firmware regions; cache is at rar for Moorestown and
resident is at rar for Medfield */
dma_addr_t cache_bus;
size_t cache_size;
void *cache_addr;

dma_addr_t resident_bus;
size_t resident_size;
void *resident_addr;

/* sep's scratchpad */
dma_addr_t dcache_bus;
size_t dcache_size;
void *dcache_addr;

/* Only used on Medfield */
dma_addr_t extapp_bus;
size_t extapp_size;
void *extapp_addr;

/* start address of the access to the SEP registers from driver */
dma_addr_t reg_physical_addr;
dma_addr_t reg_physical_end;
Expand Down
Loading

0 comments on commit 1254a45

Please sign in to comment.