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

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
...@@ -49,9 +49,4 @@ typedef struct pagelist_struct { ...@@ -49,9 +49,4 @@ typedef struct pagelist_struct {
*/ */
} PAGELIST_T; } PAGELIST_T;
typedef struct fragments_struct {
char headbuf[CACHE_LINE_SIZE];
char tailbuf[CACHE_LINE_SIZE];
} FRAGMENTS_T;
#endif /* VCHIQ_PAGELIST_H */ #endif /* VCHIQ_PAGELIST_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment