[PATCH 05/16] Staging: ipack: remove read/write operations from ipack_bus_ops

2012-09-04 Thread Samuel Iglesias Gonsálvez
They are not used any longer.

Signed-off-by: Jens Taprogge 
Signed-off-by: Samuel Iglesias Gonsálvez 
---
 drivers/staging/ipack/ipack.h |   12 
 1 file changed, 12 deletions(-)

diff --git a/drivers/staging/ipack/ipack.h b/drivers/staging/ipack/ipack.h
index 8bc001e..e3609b1 100644
--- a/drivers/staging/ipack/ipack.h
+++ b/drivers/staging/ipack/ipack.h
@@ -105,12 +105,6 @@ struct ipack_driver {
  * @unmap_space: unmap IP address space
  * @request_irq: request IRQ
  * @free_irq: free IRQ
- * @read8: read unsigned char
- * @read16: read unsigned short
- * @read32: read unsigned int
- * @write8: read unsigned char
- * @write16: read unsigned short
- * @write32: read unsigned int
  * @remove_device: tell the bridge module that the device has been removed
  */
 struct ipack_bus_ops {
@@ -118,12 +112,6 @@ struct ipack_bus_ops {
int (*unmap_space) (struct ipack_device *dev, int space);
int (*request_irq) (struct ipack_device *dev, int vector, int 
(*handler)(void *), void *arg);
int (*free_irq) (struct ipack_device *dev);
-   int (*read8) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned char *value);
-   int (*read16) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned short *value);
-   int (*read32) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned int *value);
-   int (*write8) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned char value);
-   int (*write16) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned short value);
-   int (*write32) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned int value);
int (*remove_device) (struct ipack_device *dev);
 };
 
-- 
1.7.10.4

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


[PATCH 05/16] Staging: ipack: remove read/write operations from ipack_bus_ops

2012-09-04 Thread Samuel Iglesias Gonsálvez
They are not used any longer.

Signed-off-by: Jens Taprogge jens.tapro...@taprogge.org
Signed-off-by: Samuel Iglesias Gonsálvez sigles...@igalia.com
---
 drivers/staging/ipack/ipack.h |   12 
 1 file changed, 12 deletions(-)

diff --git a/drivers/staging/ipack/ipack.h b/drivers/staging/ipack/ipack.h
index 8bc001e..e3609b1 100644
--- a/drivers/staging/ipack/ipack.h
+++ b/drivers/staging/ipack/ipack.h
@@ -105,12 +105,6 @@ struct ipack_driver {
  * @unmap_space: unmap IP address space
  * @request_irq: request IRQ
  * @free_irq: free IRQ
- * @read8: read unsigned char
- * @read16: read unsigned short
- * @read32: read unsigned int
- * @write8: read unsigned char
- * @write16: read unsigned short
- * @write32: read unsigned int
  * @remove_device: tell the bridge module that the device has been removed
  */
 struct ipack_bus_ops {
@@ -118,12 +112,6 @@ struct ipack_bus_ops {
int (*unmap_space) (struct ipack_device *dev, int space);
int (*request_irq) (struct ipack_device *dev, int vector, int 
(*handler)(void *), void *arg);
int (*free_irq) (struct ipack_device *dev);
-   int (*read8) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned char *value);
-   int (*read16) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned short *value);
-   int (*read32) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned int *value);
-   int (*write8) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned char value);
-   int (*write16) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned short value);
-   int (*write32) (struct ipack_device *dev, int space, unsigned long 
offset, unsigned int value);
int (*remove_device) (struct ipack_device *dev);
 };
 
-- 
1.7.10.4

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