diff options
Diffstat (limited to 'include/asm-powerpc/ps3av.h')
-rw-r--r-- | include/asm-powerpc/ps3av.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-powerpc/ps3av.h b/include/asm-powerpc/ps3av.h index 7df4250802de..4ac93a2a62ed 100644 --- a/include/asm-powerpc/ps3av.h +++ b/include/asm-powerpc/ps3av.h | |||
@@ -697,13 +697,6 @@ extern int ps3av_cmd_audio_mute(int, u32 *, u32); | |||
697 | extern int ps3av_cmd_audio_active(int, u32); | 697 | extern int ps3av_cmd_audio_active(int, u32); |
698 | extern int ps3av_cmd_avb_param(struct ps3av_pkt_avb_param *, u32); | 698 | extern int ps3av_cmd_avb_param(struct ps3av_pkt_avb_param *, u32); |
699 | extern int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *); | 699 | extern int ps3av_cmd_av_get_hw_conf(struct ps3av_pkt_av_get_hw_conf *); |
700 | #ifdef PS3AV_DEBUG | ||
701 | extern void ps3av_cmd_av_hw_conf_dump(const struct ps3av_pkt_av_get_hw_conf *); | ||
702 | extern void ps3av_cmd_av_monitor_info_dump(const struct ps3av_pkt_av_get_monitor_info *); | ||
703 | #else | ||
704 | static inline void ps3av_cmd_av_hw_conf_dump(const struct ps3av_pkt_av_get_hw_conf *hw_conf) {} | ||
705 | static inline void ps3av_cmd_av_monitor_info_dump(const struct ps3av_pkt_av_get_monitor_info *monitor_info) {} | ||
706 | #endif | ||
707 | extern int ps3av_cmd_video_get_monitor_info(struct ps3av_pkt_av_get_monitor_info *, | 700 | extern int ps3av_cmd_video_get_monitor_info(struct ps3av_pkt_av_get_monitor_info *, |
708 | u32); | 701 | u32); |
709 | 702 | ||