Bug 814553

Summary: found __[us]{8,16,32,64} type without #include <linux/types.h>
Product: Red Hat Enterprise Linux 6 Reporter: colyli
Component: kernelAssignee: Prarit Bhargava <prarit>
Status: CLOSED WONTFIX QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-20 12:18:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description colyli 2012-04-20 06:29:29 UTC
Description of problem:
When compiling 2.6.32-220.13.1, I observe the bellowed warning message:
/home/bosong.ly/taobao-kernel/taobao-kernel-build/kernel-2.6.32-220.13.1.el6/linux-2.6.32-220.13.1.el6.x86_64/usr/include/drm/drm_mode.h:85: found __[us]{8,16,32,64} type without #include <linux/types.h>
/home/bosong.ly/taobao-kernel/taobao-kernel-build/kernel-2.6.32-220.13.1.el6/linux-2.6.32-220.13.1.el6.x86_64/usr/include/drm/i915_drm.h:120: found __[us]{8,16,32,64} type without #include <linux/types.h>
/home/bosong.ly/taobao-kernel/taobao-kernel-build/kernel-2.6.32-220.13.1.el6/linux-2.6.32-220.13.1.el6.x86_64/usr/include/drm/mga_drm.h:260: found __[us]{8,16,32,64} type without #include <linux/types.h>
/home/bosong.ly/taobao-kernel/taobao-kernel-build/kernel-2.6.32-220.13.1.el6/linux-2.6.32-220.13.1.el6.x86_64/usr/include/drm/radeon_drm.h:758: found __[us]{8,16,32,64} type without #include <linux/types.h>
/home/bosong.ly/taobao-kernel/taobao-kernel-build/kernel-2.6.32-220.13.1.el6/linux-2.6.32-220.13.1.el6.x86_64/usr/include/drm/via_drm.h:117: found __[us]{8,16,32,64} type without #include <linux/types.h>


Version-Release number of selected component (if applicable):
RHEL6.2 kernel-2.6.32-220.13.1

How reproducible:
Use default config, just run make to compile kernel.

Expected results:
These warnings should be removed.

Comment 2 Prarit Bhargava 2012-04-20 12:18:56 UTC
Minor warnings, likely won't be fixed.

P.