diff options
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index ffc595ac9..c85ff08f3 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -741,7 +741,7 @@ static void action_permissions(const struct devfsd_notify_struct *info, | |||
741 | } /* End Function action_permissions */ | 741 | } /* End Function action_permissions */ |
742 | 742 | ||
743 | static void action_modload(const struct devfsd_notify_struct *info, | 743 | static void action_modload(const struct devfsd_notify_struct *info, |
744 | const struct config_entry_struct *entry ATTRIBUTE_UNUSED) | 744 | const struct config_entry_struct *entry UNUSED_PARAM) |
745 | /* [SUMMARY] Load a module. | 745 | /* [SUMMARY] Load a module. |
746 | <info> The devfs change. | 746 | <info> The devfs change. |
747 | <entry> The config file entry. | 747 | <entry> The config file entry. |