Skip to content

Commit 136deca

Browse files
superm1jenswi-linaro
authored andcommitted
amdtee: Sort header includes
Various headers have been added over time that are not added alphabetically and a private header is used before one of the linux/ headers. Resort the list. Signed-off-by: Mario Limonciello <[email protected]> Reviewed-by: Sumit Garg <[email protected]> Signed-off-by: Jens Wiklander <[email protected]>
1 parent 7b03236 commit 136deca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

drivers/tee/amdtee/core.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
77

88
#include <linux/errno.h>
9+
#include <linux/device.h>
10+
#include <linux/firmware.h>
911
#include <linux/io.h>
12+
#include <linux/mm.h>
1013
#include <linux/module.h>
14+
#include <linux/psp-tee.h>
1115
#include <linux/slab.h>
1216
#include <linux/string.h>
13-
#include <linux/device.h>
1417
#include <linux/tee_core.h>
1518
#include <linux/types.h>
16-
#include <linux/mm.h>
1719
#include <linux/uaccess.h>
18-
#include <linux/firmware.h>
20+
1921
#include "amdtee_private.h"
20-
#include <linux/psp-tee.h>
2122

2223
static struct amdtee_driver_data *drv_data;
2324
static DEFINE_MUTEX(session_list_mutex);

0 commit comments

Comments
 (0)