svn commit: r302571 - head/sys/dev/drm2/radeon

Garrett Cooper ngie at FreeBSD.org
Mon Jul 11 15:47:44 UTC 2016


Author: ngie
Date: Mon Jul 11 15:47:43 2016
New Revision: 302571
URL: https://svnweb.freebsd.org/changeset/base/302571

Log:
  Remove redundant declaration for radeon_pm_acpi_event_handler(..) to fix
  -Wredundant-decls warning
  
  MFC after:	1 week
  PR:		209924
  Reported by:	Mark Millard <markmi at dsl-only.net>
  Tested with:	devel/amd64-gcc (5.3.0)
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/sys/dev/drm2/radeon/radeon_acpi.c

Modified: head/sys/dev/drm2/radeon/radeon_acpi.c
==============================================================================
--- head/sys/dev/drm2/radeon/radeon_acpi.c	Mon Jul 11 15:33:49 2016	(r302570)
+++ head/sys/dev/drm2/radeon/radeon_acpi.c	Mon Jul 11 15:47:43 2016	(r302571)
@@ -32,8 +32,6 @@ __FBSDID("$FreeBSD$");
 
 #define ACPI_AC_CLASS           "ac_adapter"
 
-extern void radeon_pm_acpi_event_handler(struct radeon_device *rdev);
-
 struct atif_verify_interface {
 	u16 size;		/* structure size in bytes (includes size field) */
 	u16 version;		/* version */


More information about the svn-src-all mailing list