diff options
| author | Sofian Brabez <sbz@FreeBSD.org> | 2013-01-30 18:01:20 +0000 |
|---|---|---|
| committer | Sofian Brabez <sbz@FreeBSD.org> | 2013-01-30 18:01:20 +0000 |
| commit | 61bfd867626dad25026bafcbc5fbc595d9e85417 (patch) | |
| tree | b90283573540537e551848558d0045460649c4e6 /sys/dev/cpufreq | |
| parent | 8caedc2a57834d003127e32c17bc149271d856c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cpufreq')
| -rw-r--r-- | sys/dev/cpufreq/ichss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index fc7f0acd3d1e..0eae0c996185 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -113,7 +113,7 @@ static device_method_t ichss_methods[] = { DEVMETHOD(cpufreq_drv_get, ichss_get), DEVMETHOD(cpufreq_drv_type, ichss_type), DEVMETHOD(cpufreq_drv_settings, ichss_settings), - {0, 0} + DEVMETHOD_END }; static driver_t ichss_driver = { "ichss", ichss_methods, sizeof(struct ichss_softc) |
