lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <A3397C8B8B789E45844E7EC5DEAD89D02E500B6B@sausexdag04.amd.com>
Date:	Fri, 5 Jul 2013 13:01:45 +0000
From:	"Deucher, Alexander" <Alexander.Deucher@....com>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>,
	David Airlie <airlied@...ux.ie>
CC:	"dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-next@...r.kernel.org" <linux-next@...r.kernel.org>
Subject: RE: [PATCH -next] drm/radeon/dpm: Add missing #include
 <linux/seq_file.h>

> -----Original Message-----
> From: Geert Uytterhoeven [mailto:geert@...ux-m68k.org]
> Sent: Friday, July 05, 2013 7:25 AM
> To: Deucher, Alexander; David Airlie
> Cc: dri-devel@...ts.freedesktop.org; linux-kernel@...r.kernel.org; linux-
> next@...r.kernel.org; Geert Uytterhoeven
> Subject: [PATCH -next] drm/radeon/dpm: Add missing #include
> <linux/seq_file.h>
> 
> ia64_defconfig:
> 
> drivers/gpu/drm/radeon/rv6xx_dpm.c: In function
> 'rv6xx_dpm_debugfs_print_current_performance_level':
> drivers/gpu/drm/radeon/rv6xx_dpm.c:2041:3: error: implicit declaration of
> function 'seq_printf' [-Werror=implicit-function-declaration]
> 

Already fixed in:
http://cgit.freedesktop.org/~airlied/linux/commit/?h=drm-next&id=bf0936e196ec21b604106578043d4c14831f99e7

Alex

> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
> ---
> http://kisskb.ellerman.id.au/kisskb/buildresult/9068726/
> 
>  drivers/gpu/drm/radeon/rv6xx_dpm.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/radeon/rv6xx_dpm.c
> b/drivers/gpu/drm/radeon/rv6xx_dpm.c
> index 33705c5..0d09677 100644
> --- a/drivers/gpu/drm/radeon/rv6xx_dpm.c
> +++ b/drivers/gpu/drm/radeon/rv6xx_dpm.c
> @@ -22,6 +22,7 @@
>   * Authors: Alex Deucher
>   */
> 
> +#include <linux/seq_file.h>
>  #include "drmP.h"
>  #include "radeon.h"
>  #include "rv6xxd.h"
> --
> 1.7.9.5
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ