summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ttpci/av7110.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-01 05:43:39 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 05:48:39 -0400
commitc93022a72f01f8e53d6e1bc2a8d2c2824c2f36bc (patch)
tree62f5874255edf0644b59b137f8f7a2de8a5a4d36 /drivers/media/pci/ttpci/av7110.h
parentfce4b371fe5c99a9c05db8493d72f0d1a474ab26 (diff)
media: ca.h: split typedefs from structs
Using typedefs inside the Kernel is against CodingStyle, and there's no good usage here. Just like we did at frontend.h, at commit 0df289a209e0 ("[media] dvb: Get rid of typedev usage for enums"), let's keep those typedefs only to provide userspace backward compatibility. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ttpci/av7110.h')
-rw-r--r--drivers/media/pci/ttpci/av7110.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ttpci/av7110.h b/drivers/media/pci/ttpci/av7110.h
index 824c1e262fbb..347827925c14 100644
--- a/drivers/media/pci/ttpci/av7110.h
+++ b/drivers/media/pci/ttpci/av7110.h
@@ -177,7 +177,7 @@ struct av7110 {
/* CA */
- ca_slot_info_t ci_slot[2];
+ struct ca_slot_info ci_slot[2];
enum av7110_video_mode vidmode;
struct dmxdev dmxdev;