staging: ft1000: Remove unused declaration in ft1000_usb.h.
[cascardo/linux.git] / drivers / staging / ft1000 / ft1000-usb / ft1000_usb.h
index e047c03..bade59d 100644 (file)
@@ -364,7 +364,7 @@ struct prov_record {
 
 #define ISR_EMPTY                      (u8)0x00         // no bits set in ISR
 
-#define ISR_DOORBELL_ACK       (u8)0x01                 //  the doorbell i sent has been recieved.
+#define ISR_DOORBELL_ACK       (u8)0x01                 //  the doorbell i sent has been received.
 
 #define ISR_DOORBELL_PEND      (u8)0x02         //  doorbell for me
 
@@ -586,8 +586,6 @@ extern void card_send_command(struct ft1000_device *ft1000dev, void *ptempbuffer
 struct dpram_blk *ft1000_get_buffer(struct list_head *bufflist);
 void ft1000_free_buffer(struct dpram_blk *pdpram_blk, struct list_head *plist);
 
-char *getfw (char *fn, size_t *pimgsz);
-
 int dsp_reload(struct ft1000_device *ft1000dev);
 int init_ft1000_netdev(struct ft1000_device *ft1000dev);
 struct usb_interface;