summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
diff options
context:
space:
mode:
authorEric Anholt2018-03-05 21:28:02 +0100
committerGreg Kroah-Hartman2018-03-06 13:07:49 +0100
commit0defb439fc24e102d27960d1e462341cff2d496a (patch)
treea438337838b84f9035f7ee7d05aedfbd60d11cd2 /drivers/staging/vc04_services
parentstaging: rtl8188eu: replace NULL comparison with variable (diff)
downloadkernel-qcow2-linux-0defb439fc24e102d27960d1e462341cff2d496a.tar.gz
kernel-qcow2-linux-0defb439fc24e102d27960d1e462341cff2d496a.tar.xz
kernel-qcow2-linux-0defb439fc24e102d27960d1e462341cff2d496a.zip
staging: vc04_services: Remove dead FRAGMENTS_T
It's not used in-tree, or in the downstream tree. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services')
-rw-r--r--drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
index 926c247fd9d3..a6c5f7cc78f0 100644
--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
+++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h
@@ -49,9 +49,4 @@ typedef struct pagelist_struct {
*/
} PAGELIST_T;
-typedef struct fragments_struct {
- char headbuf[CACHE_LINE_SIZE];
- char tailbuf[CACHE_LINE_SIZE];
-} FRAGMENTS_T;
-
#endif /* VCHIQ_PAGELIST_H */