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

Commit de4d3795 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

headers_check fix: video/uvesafb.h



fix the following 'make headers_check' warning:

  usr/include/video/uvesafb.h:5: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent dab9c5e1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#ifndef _UVESAFB_H
#define _UVESAFB_H

#include <linux/types.h>

struct v86_regs {
	__u32 ebx;
	__u32 ecx;