Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105571
b: refs/heads/master
c: 5bb49fc
h: refs/heads/master
i:
  105569: b3304b5
  105567: 04fd434
v: v3
  • Loading branch information
Philippe De Muyter authored and Linus Torvalds committed Jul 24, 2008
1 parent cd9a427 commit 4522830
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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: cba603bf514c101bf48f6adf393c3d00ed457a57
refs/heads/master: 5bb49fcd501aa9fd3d321a22b7c01d9b0db7ab36
1 change: 1 addition & 0 deletions trunk/drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/device.h>
#include <linux/efi.h>
#include <linux/fb.h>
#include <linux/major.h>

#include <asm/fb.h>

Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ struct dentry;

/* Definitions of frame buffers */

#define FB_MAJOR 29
#define FB_MAX 32 /* sufficient for now */

/* ioctls
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/major.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define STL_SIOMEMMAJOR 28
#define ACSI_MAJOR 28
#define AZTECH_CDROM_MAJOR 29
#define GRAPHDEV_MAJOR 29 /* SparcLinux & Linux/68k /dev/fb */
#define FB_MAJOR 29 /* /dev/fb* framebuffers */
#define CM206_CDROM_MAJOR 32
#define IDE2_MAJOR 33
#define IDE3_MAJOR 34
Expand Down

0 comments on commit 4522830

Please sign in to comment.