Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f44accc6 authored by Govind Singh's avatar Govind Singh Committed by Gerrit - the friendly Code Review server
Browse files

cnss: sort include files



Sort the include files alphabetically.

Change-Id: I8665210b8eecc15823dc499d14e36ed56dd62f68
Signed-off-by: default avatarGovind Singh <govinds@codeaurora.org>
parent cade500c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

#define pr_fmt(fmt) "cnss_utils: " fmt

#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/etherdevice.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/etherdevice.h>
#include <linux/debugfs.h>
#include <net/cnss_utils.h>

#define CNSS_MAX_CH_NUM 45