sapphire-kernel: kernel-headers: Fix kernel-headers error build

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: I706cd737ef73bcd03ae10cce9c6cd66f94e343a5
This commit is contained in:
chrisl7
2023-06-30 16:01:28 +00:00
committed by boedhack99
parent f5058ba944
commit 51baa5054d
3 changed files with 3 additions and 9 deletions

View File

@@ -887,6 +887,7 @@ static inline unsigned int MMM_COLOR_FMT_Y_STRIDE(unsigned int color_fmt,
case MMM_COLOR_FMT_P010_512:
alignment = 512;
stride = MMM_COLOR_FMT_ALIGN(width * 2, alignment);
break;
default:
break;
}

View File

@@ -5,7 +5,7 @@
* interface as the means of communication with the user level.
*
* Definitions for the UDP protocol.
*
/ *
* Version: @(#)udp.h 1.0.2 04/28/93
*
* Author: Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -20,13 +20,6 @@
#include <linux/types.h>
struct udphdr {
__be16 source;
__be16 dest;
__be16 len;
__sum16 check;
};
/* UDP socket options */
#define UDP_CORK 1 /* Never send partially complete segments */
#define UDP_ENCAP 100 /* Set the socket to accept encapsulated packets */

View File

@@ -9,7 +9,7 @@ struct dolby_param_data {
__s32 be_id;
__s32 param_id;
__s32 length;
__s32 __user *data;
__s32 data;
};
struct dolby_param_license {