summaryrefslogtreecommitdiff
path: root/include/uapi/video/edid.h
blob: 8c0f032014c9b5e21b49838571ebd6f85eb2a492 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _UAPI__linux_video_edid_h__
#define _UAPI__linux_video_edid_h__

struct edid_info {
	unsigned char dummy[128];
};


#endif /* _UAPI__linux_video_edid_h__ */
mit/?id=7b39cafb7aa68ef8e32a9f51fbe737d96084ca74'>7b39cafb7aa68ef8e32a9f51fbe737d96084ca74 (patch) tree14df7e2b8f86af4b0d49e07e722904c7af26d9a2 parent68cf16c6b8b4ed818bb6211e1975fd75b78c7e86 (diff)
tools: Work around BITS_PER_LONG related build failure in objtool
The objtool build fails with the recent changes to the bits-per-long headers: tools/include/linux/bitops.h:12:0: error: "BITS_PER_LONG" redefined [-Werror] Which got introduced by: bb9707077b4e tools: Copy the bitsperlong.h files from the kernel Work it around for the time being. Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat