bna: remove oper_state_cbfn from struct bna_rxf
[linux/fpc-iii.git] / drivers / gpu / drm / rcar-du / rcar_du_hdmicon.h
blob87daa949227fa1a3bf6de8f3a26811d3ee006993
1 /*
2 * R-Car Display Unit HDMI Connector
4 * Copyright (C) 2014 Renesas Electronics Corporation
6 * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
14 #ifndef __RCAR_DU_HDMICON_H__
15 #define __RCAR_DU_HDMICON_H__
17 struct rcar_du_device;
18 struct rcar_du_encoder;
20 #if IS_ENABLED(CONFIG_DRM_RCAR_HDMI)
21 int rcar_du_hdmi_connector_init(struct rcar_du_device *rcdu,
22 struct rcar_du_encoder *renc);
23 #else
24 static inline int rcar_du_hdmi_connector_init(struct rcar_du_device *rcdu,
25 struct rcar_du_encoder *renc)
27 return -ENOSYS;
29 #endif
31 #endif /* __RCAR_DU_HDMICON_H__ */