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

Commit 4127838c authored by Lukas Wunner's avatar Lukas Wunner Committed by Daniel Vetter
Browse files

vga_switcheroo: Sort headers alphabetically

parent f15a66e6
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -30,19 +30,17 @@

#define pr_fmt(fmt) "vga_switcheroo: " fmt

#include <linux/module.h>
#include <linux/seq_file.h>
#include <linux/uaccess.h>
#include <linux/fs.h>
#include <linux/console.h>
#include <linux/debugfs.h>
#include <linux/fb.h>

#include <linux/fs.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/console.h>
#include <linux/vga_switcheroo.h>
#include <linux/pm_runtime.h>

#include <linux/seq_file.h>
#include <linux/uaccess.h>
#include <linux/vgaarb.h>
#include <linux/vga_switcheroo.h>

/**
 * DOC: Overview