Skip to content

Commit

Permalink
surface_acpi: Fix debug device config option name
Browse files Browse the repository at this point in the history
  • Loading branch information
qzed committed Nov 10, 2019
1 parent 3491789 commit dbb20f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/platform/x86/surface_sam/surface_sam_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ static int ssh_receive_buf(struct serdev_device *serdev,
}


#ifdef CONFIG_SURFACE_ACPI_SSH_DEBUG_DEVICE
#ifdef CONFIG_SURFACE_SAM_SSH_DEBUG_DEVICE

#include <linux/sysfs.h>

Expand Down Expand Up @@ -1306,7 +1306,7 @@ void surface_sam_ssh_sysfs_unregister(struct device *dev)
{
}

#endif /* CONFIG_SURFACE_ACPI_SSH_DEBUG_DEVICE */
#endif /* CONFIG_SURFACE_SAM_SSH_DEBUG_DEVICE */


static acpi_status
Expand Down

0 comments on commit dbb20f8

Please sign in to comment.