From 07bc77d3ab90baf2495f9c6b752322c35df9b8fa Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 1 Aug 2010 00:54:27 +0300 Subject: remove two unused typedef-s typedefs are not popular in the kernel. Luckily those typedefs weren't used anywhere in the code. --- drivers/dahdi/zaphfc/zaphfc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/dahdi/zaphfc/zaphfc.h b/drivers/dahdi/zaphfc/zaphfc.h index dbb8ab7..9e87eda 100644 --- a/drivers/dahdi/zaphfc/zaphfc.h +++ b/drivers/dahdi/zaphfc/zaphfc.h @@ -319,7 +319,7 @@ struct hfc_chan_duplex { }; -typedef struct hfc_card { +struct hfc_card { int cardnum; struct pci_dev *pcidev; struct dahdi_hfc *ztdev; @@ -381,9 +381,9 @@ typedef struct hfc_card { unsigned char cardno; struct hfc_card *next; -} hfc_card; +}; -typedef struct dahdi_hfc { +struct dahdi_hfc { unsigned int usecount; struct dahdi_span span; struct dahdi_chan chans[3]; @@ -399,7 +399,7 @@ typedef struct dahdi_hfc { int frames_out; int frames_in; -} dahdi_hfc; +}; static inline u8 hfc_inb(struct hfc_card *card, int offset) { -- cgit v1.2.3