Commit 48846ec5 authored by Olliver Schinagl's avatar Olliver Schinagl Committed by Tomi Valkeinen

fbdev: ssd1307fb: alphabetize headers

This patch sorts the headers on ssd1307fb driver.
Signed-off-by: default avatarOlliver Schinagl <oliver@schinagl.nl>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent c50d5cd2
......@@ -6,16 +6,16 @@
* Licensed under the GPLv2 or later.
*/
#include <linux/module.h>
#include <linux/backlight.h>
#include <linux/kernel.h>
#include <linux/i2c.h>
#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/uaccess.h>
#include <linux/i2c.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/pwm.h>
#include <linux/delay.h>
#include <linux/uaccess.h>
#define SSD1307FB_DATA 0x40
#define SSD1307FB_COMMAND 0x80
......
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