tree: Shorten struct sunxi_cedrus_driver_data name

This long structure name makes it quite difficult to fit within the 80
characters limit. Shorten it.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-16 21:32:21 +02:00
parent 6f8697cb1b
commit b938824c48
13 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -27,9 +27,9 @@
#define _MPEG2_H_
struct object_surface;
struct sunxi_cedrus_driver_data;
struct cedrus_data;
int mpeg2_set_controls(struct sunxi_cedrus_driver_data *driver_data,
int mpeg2_set_controls(struct cedrus_data *driver_data,
struct object_surface *surface_object);
#endif