summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/intel/io/amdf17nbdf/amdf17nbdf.c1
-rw-r--r--usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c1
-rw-r--r--usr/src/uts/intel/io/coretemp/coretemp.c1
-rw-r--r--usr/src/uts/intel/io/pchtemp/pchtemp.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/intel/io/amdf17nbdf/amdf17nbdf.c b/usr/src/uts/intel/io/amdf17nbdf/amdf17nbdf.c
index b1191f8f9e..6b7da6a99a 100644
--- a/usr/src/uts/intel/io/amdf17nbdf/amdf17nbdf.c
+++ b/usr/src/uts/intel/io/amdf17nbdf/amdf17nbdf.c
@@ -984,7 +984,6 @@ static struct dev_ops amdf17nbdf_dev_ops = {
.devo_attach = amdf17nbdf_attach,
.devo_detach = amdf17nbdf_detach,
.devo_reset = nodev,
- .devo_power = ddi_power,
.devo_quiesce = ddi_quiesce_not_needed,
.devo_cb_ops = &amdf17nbdf_cb_ops
};
diff --git a/usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c b/usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c
index 9aeef68505..1330f8563f 100644
--- a/usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c
+++ b/usr/src/uts/intel/io/amdnbtemp/amdnbtemp.c
@@ -327,7 +327,6 @@ static struct dev_ops amdnbtemp_dev_ops = {
.devo_attach = amdnbtemp_attach,
.devo_detach = amdnbtemp_detach,
.devo_reset = nodev,
- .devo_power = ddi_power,
.devo_quiesce = ddi_quiesce_not_needed
};
diff --git a/usr/src/uts/intel/io/coretemp/coretemp.c b/usr/src/uts/intel/io/coretemp/coretemp.c
index f6ba1ac38e..ee2d143554 100644
--- a/usr/src/uts/intel/io/coretemp/coretemp.c
+++ b/usr/src/uts/intel/io/coretemp/coretemp.c
@@ -504,7 +504,6 @@ static struct dev_ops coretemp_dev_ops = {
.devo_attach = coretemp_attach,
.devo_detach = coretemp_detach,
.devo_reset = nodev,
- .devo_power = ddi_power,
.devo_quiesce = ddi_quiesce_not_needed
};
diff --git a/usr/src/uts/intel/io/pchtemp/pchtemp.c b/usr/src/uts/intel/io/pchtemp/pchtemp.c
index c8aead14b2..4aeb098112 100644
--- a/usr/src/uts/intel/io/pchtemp/pchtemp.c
+++ b/usr/src/uts/intel/io/pchtemp/pchtemp.c
@@ -328,7 +328,6 @@ static struct dev_ops pchtemp_dev_ops = {
.devo_attach = pchtemp_attach,
.devo_detach = pchtemp_detach,
.devo_reset = nodev,
- .devo_power = ddi_power,
.devo_quiesce = ddi_quiesce_not_needed
};