aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-devtools/codexl/codexl/amdtPwrProf.rules
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-devtools/codexl/codexl/amdtPwrProf.rules')
-rw-r--r--common/recipes-devtools/codexl/codexl/amdtPwrProf.rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/recipes-devtools/codexl/codexl/amdtPwrProf.rules b/common/recipes-devtools/codexl/codexl/amdtPwrProf.rules
deleted file mode 100644
index f29c4829..00000000
--- a/common/recipes-devtools/codexl/codexl/amdtPwrProf.rules
+++ /dev/null
@@ -1,5 +0,0 @@
-# Create the device file when the module is inserted.
-SUBSYSTEM=="module", ACTION=="add", KERNEL=="amdtPwrProf", RUN+="/opt/codexl/amdtPwrProf_mknod.sh"
-
-# Remove the device file when the module is removed.
-SUBSYSTEM=="module", ACTION=="remove", KERNEL=="amdtPwrProf", RUN+="/bin/rm /dev/amdtPwrProf"