Commit 0defb439 authored by Eric Anholt's avatar Eric Anholt Committed by Greg Kroah-Hartman
Browse files

staging: vc04_services: Remove dead FRAGMENTS_T



It's not used in-tree, or in the downstream tree.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7de2258b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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 */