mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
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:
parent
7de2258b5c
commit
0defb439fc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user