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>
This commit is contained in:
Eric Anholt 2018-03-05 12:28:02 -08:00 committed by Greg Kroah-Hartman
parent 7de2258b5c
commit 0defb439fc
1 changed files with 0 additions and 5 deletions

View 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 */