diff options
Diffstat (limited to 'drivers/acpi/utils.c')
-rw-r--r-- | drivers/acpi/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/utils.c b/drivers/acpi/utils.c index 07c8c5a5ee95..834f35c4bf8d 100644 --- a/drivers/acpi/utils.c +++ b/drivers/acpi/utils.c | |||
@@ -661,7 +661,6 @@ EXPORT_SYMBOL(acpi_evaluate_dsm); | |||
661 | * @uuid: UUID of requested functions, should be 16 bytes at least | 661 | * @uuid: UUID of requested functions, should be 16 bytes at least |
662 | * @rev: revision number of requested functions | 662 | * @rev: revision number of requested functions |
663 | * @funcs: bitmap of requested functions | 663 | * @funcs: bitmap of requested functions |
664 | * @exclude: excluding special value, used to support i915 and nouveau | ||
665 | * | 664 | * |
666 | * Evaluate device's _DSM method to check whether it supports requested | 665 | * Evaluate device's _DSM method to check whether it supports requested |
667 | * functions. Currently only support 64 functions at maximum, should be | 666 | * functions. Currently only support 64 functions at maximum, should be |