aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/extres/hwreset
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2017-08-19 17:18:27 +0000
committerAndrew Turner <andrew@FreeBSD.org>2017-08-19 17:18:27 +0000
commit43f0edd4e70fd56f9fd0a227d5345c506b243eb8 (patch)
tree09d823af9c992fa78d70673b220ee5a091069d9f /sys/dev/extres/hwreset
parent3f32b92b1d0632debfc20ecec7e8f3dd181c0030 (diff)
downloadsrc-43f0edd4e70fd56f9fd0a227d5345c506b243eb8.tar.gz
src-43f0edd4e70fd56f9fd0a227d5345c506b243eb8.zip
Remove redundant declarations. Newer gcc has a warning for these so will
fail when building with -Werror. Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=322697
Diffstat (limited to 'sys/dev/extres/hwreset')
-rw-r--r--sys/dev/extres/hwreset/hwreset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/extres/hwreset/hwreset.h b/sys/dev/extres/hwreset/hwreset.h
index 6366351cc4cc..dd9290a9784c 100644
--- a/sys/dev/extres/hwreset/hwreset.h
+++ b/sys/dev/extres/hwreset/hwreset.h
@@ -40,8 +40,6 @@ typedef struct hwreset *hwreset_t;
* Provider interface
*/
#ifdef FDT
-int hwreset_default_ofw_map(device_t provider_dev, phandle_t xref, int ncells,
- pcell_t *cells, intptr_t *id);
void hwreset_register_ofw_provider(device_t provider_dev);
void hwreset_unregister_ofw_provider(device_t provider_dev);
#endif