Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/chpid: make headers usable (again)

Add back a hunk from "4dcc2a4 s390/chsc: make headers usable"
which was lost during the merge of the UAPI patch.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Sebastian Ott and committed by
Martin Schwidefsky
4e860696 43c422ed

+5 -5
+5 -5
arch/s390/include/uapi/asm/chpid.h
··· 1 1 /* 2 - * Copyright IBM Corp. 2007 2 + * Copyright IBM Corp. 2007, 2012 3 3 * Author(s): Peter Oberparleiter <peter.oberparleiter@de.ibm.com> 4 4 */ 5 5 ··· 12 12 #define __MAX_CHPID 255 13 13 14 14 struct chp_id { 15 - u8 reserved1; 16 - u8 cssid; 17 - u8 reserved2; 18 - u8 id; 15 + __u8 reserved1; 16 + __u8 cssid; 17 + __u8 reserved2; 18 + __u8 id; 19 19 } __attribute__((packed)); 20 20 21 21