diff options
author | Bagas Sanjaya <[email protected]> | 2023-03-15 17:02:46 +0700 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-03-29 11:16:39 -0600 |
commit | f030c8fd64cea916d57d40bb7b59c1cff9ea3bc3 (patch) | |
tree | 91fd737d51695f2a659f7d1c3a46006bf72a7b40 | |
parent | 1d6f52a7c847efcfd9c43622a5d6ce88b8e1fb53 (diff) |
Documentation: kernel-parameters: Remove meye entry
Commit ba47652ba65523 ("media: meye: remove this deprecated driver")
removes meye driver but forgets to purge its kernel-parameters.txt
entry, hence broken reference.
Remove the entry.
Link: https://lore.kernel.org/all/[email protected]/
Fixes: ba47652ba655 ("media: meye: remove this deprecated driver")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Bagas Sanjaya <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index f881d5b13e6c..7fc5f60a1e18 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -3181,9 +3181,6 @@ deep - Suspend-To-RAM or equivalent (if supported) See Documentation/admin-guide/pm/sleep-states.rst. - meye.*= [HW] Set MotionEye Camera parameters - See Documentation/admin-guide/media/meye.rst. - mfgpt_irq= [IA-32] Specify the IRQ to use for the Multi-Function General Purpose Timers on AMD Geode platforms. |