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
@@ -28,9 +28,9 @@
#define _H264_H_
struct object_surface;
struct sunxi_cedrus_driver_data;
struct cedrus_data;
int h264_set_controls(struct sunxi_cedrus_driver_data *data,
int h264_set_controls(struct cedrus_data *data,
struct object_surface *surface);
#endif