Commit ac60f062 authored by Thierry Reding's avatar Thierry Reding

soc/tegra: fuse: Sort includes alphabetically

The includes were slightly out of order, so sort them correctly.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent df823d21
......@@ -4,13 +4,13 @@
*/
#include <linux/export.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/io.h>
#include <soc/tegra/fuse.h>
#include <soc/tegra/common.h>
#include <soc/tegra/fuse.h>
#include "fuse.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment