File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
drivers/staging/media/atomisp/pci Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,8 @@ enum ia_css_irq_info {
56
56
/** the css receiver received the end of frame */
57
57
IA_CSS_IRQ_INFO_CSS_RECEIVER_SOL = 1 << 4 ,
58
58
/** the css receiver received the start of line */
59
- IA_CSS_IRQ_INFO_PSYS_EVENTS_READY = 1 << 5 ,
59
+ IA_CSS_IRQ_INFO_EVENTS_READY = 1 << 5 ,
60
60
/** One or more events are available in the PSYS event queue */
61
- IA_CSS_IRQ_INFO_EVENTS_READY = IA_CSS_IRQ_INFO_PSYS_EVENTS_READY ,
62
- /** deprecated{obsolete version of IA_CSS_IRQ_INFO_PSYS_EVENTS_READY,
63
- * same functionality.} */
64
61
IA_CSS_IRQ_INFO_CSS_RECEIVER_EOL = 1 << 6 ,
65
62
/** the css receiver received the end of line */
66
63
IA_CSS_IRQ_INFO_CSS_RECEIVER_SIDEBAND_CHANGED = 1 << 7 ,
You can’t perform that action at this time.
0 commit comments