Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308939
b: refs/heads/master
c: 1615d21
h: refs/heads/master
i:
  308937: b321c35
  308935: 511eca9
v: v3
  • Loading branch information
H Hartley Sweeten authored and Linus Torvalds committed May 29, 2012
1 parent 9baf4bb commit e7650d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d54ad83f3d56228a42e1021b97fc52bfbad7d560
refs/heads/master: 1615d210dbc9c67c38b66bcff53233452dbaae22
1 change: 1 addition & 0 deletions trunk/drivers/video/backlight/apple_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/atomic.h>
#include <linux/apple_bl.h>

static struct backlight_device *apple_backlight_device;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/apple_bl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef _LINUX_APPLE_BL_H
#define _LINUX_APPLE_BL_H

#ifdef CONFIG_BACKLIGHT_APPLE
#if defined(CONFIG_BACKLIGHT_APPLE) || defined(CONFIG_BACKLIGHT_APPLE_MODULE)

extern int apple_bl_register(void);
extern void apple_bl_unregister(void);
Expand Down

0 comments on commit e7650d7

Please sign in to comment.