Add missing 'static' keyword
This commit is contained in:
parent
da55a70331
commit
8beb9e3f88
@ -72,7 +72,7 @@ static acpi_handle dis_handle;
|
|||||||
/* used for keeping the PM event handler */
|
/* used for keeping the PM event handler */
|
||||||
static struct notifier_block nb;
|
static struct notifier_block nb;
|
||||||
/* whether the card was off before suspend or not; on: 0, off: 1 */
|
/* whether the card was off before suspend or not; on: 0, off: 1 */
|
||||||
int dis_before_suspend_disabled;
|
static int dis_before_suspend_disabled;
|
||||||
|
|
||||||
static char *buffer_to_string(const char *buffer, size_t n, char *target) {
|
static char *buffer_to_string(const char *buffer, size_t n, char *target) {
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user