Skip to content

Commit

Permalink
fbdev: Clean up include statements in header file
Browse files Browse the repository at this point in the history
Include mutex.h, printk.h and types.h, remove several unnecessary
include statements, and sort the list alphabetically.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240219093941.3684-10-tzimmermann@suse.de
  • Loading branch information
Thomas Zimmermann committed Feb 28, 2024
1 parent f6d5207 commit 0c59138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/linux/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#ifndef _LINUX_FB_H
#define _LINUX_FB_H

#include <linux/refcount.h>
#include <linux/kgdb.h>
#include <uapi/linux/fb.h>

#define FBIO_CURSOR _IOWR('F', 0x08, struct fb_cursor_user)

#include <linux/init.h>
#include <linux/mutex.h>
#include <linux/printk.h>
#include <linux/refcount.h>
#include <linux/types.h>
#include <linux/workqueue.h>
#include <linux/list.h>

#include <asm/fb.h>

Expand Down

0 comments on commit 0c59138

Please sign in to comment.