drm/tinydrm: Move tinydrm_machine_little_endian()
The tinydrm helper is going away so move it into the only user mipi-dbi. Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190719155916.62465-9-noralf@tronnes.org
This commit is contained in:
@@ -15,21 +15,6 @@ struct drm_simple_display_pipe;
|
||||
struct drm_simple_display_pipe_funcs;
|
||||
struct device;
|
||||
|
||||
/**
|
||||
* tinydrm_machine_little_endian - Machine is little endian
|
||||
*
|
||||
* Returns:
|
||||
* true if *defined(__LITTLE_ENDIAN)*, false otherwise
|
||||
*/
|
||||
static inline bool tinydrm_machine_little_endian(void)
|
||||
{
|
||||
#if defined(__LITTLE_ENDIAN)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
int tinydrm_display_pipe_init(struct drm_device *drm,
|
||||
struct drm_simple_display_pipe *pipe,
|
||||
const struct drm_simple_display_pipe_funcs *funcs,
|
||||
|
Reference in New Issue
Block a user