]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
toshiba_bluetooth: Add a container struct named toshiba_bluetooth_dev
authorAzael Avalos <coproscefalo@gmail.com>
Sun, 3 May 2015 23:42:06 +0000 (17:42 -0600)
committerDarren Hart <dvhart@linux.intel.com>
Wed, 6 May 2015 22:12:39 +0000 (15:12 -0700)
commit84c0691e514539900d0f90b1e4442ce49664da5a
treea2e29ba706722b2aa68f2f669c354b61cc64d7f2
parent2b74103547b4dfaac10cd55464cd2bcc26022a66
toshiba_bluetooth: Add a container struct named toshiba_bluetooth_dev

This patch adds a struct named toshiba_bluetooth_dev, which will be
used to contain the acpi_device struct and bluetooth status booleans.

This struct will also be used by later patches to store the rfkill
struct as well.

Also, a helper function named toshiba_bluetooth_sync_status was added
to be also used by upcomming patches.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_bluetooth.c