Skip to content

Commit

Permalink
drm/sun4i: mixer: Order includes alphabetically
Browse files Browse the repository at this point in the history
Includes are not alphabetically ordered.

Reorder them.

Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180710203511.18454-10-jernej.skrabec@siol.net
  • Loading branch information
Jernej Skrabec authored and Maxime Ripard committed Jul 11, 2018
1 parent 4a068c5 commit e0f5678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/sun4i/sun8i_mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#include <linux/component.h>
#include <linux/dma-mapping.h>
#include <linux/reset.h>
#include <linux/of_device.h>
#include <linux/reset.h>

#include "sun4i_drv.h"
#include "sun8i_mixer.h"
Expand Down

0 comments on commit e0f5678

Please sign in to comment.