staging: vc04_services: Remove dead FRAGMENTS_T
authorEric Anholt <eric@anholt.net>
Mon, 5 Mar 2018 20:28:02 +0000 (12:28 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:07:49 +0000 (04:07 -0800)
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>
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_pagelist.h

index 926c247..a6c5f7c 100644 (file)
@@ -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 */