Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86048
b: refs/heads/master
c: ac2bf5b
h: refs/heads/master
v: v3
  • Loading branch information
Holger Schurig authored and Russell King committed Feb 17, 2008
1 parent c03c4d5 commit 49772ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d6a7b5f84b5c15617010e06c95129fe8800e6b21
refs/heads/master: ac2bf5bdc6ab9d820152623122973ccb1c166031
8 changes: 4 additions & 4 deletions trunk/drivers/video/pxafb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ pxafb_freq_policy(struct notifier_block *nb, unsigned long val, void *data)
switch (val) {
case CPUFREQ_ADJUST:
case CPUFREQ_INCOMPATIBLE:
printk(KERN_DEBUG "min dma period: %d ps, "
pr_debug("min dma period: %d ps, "
"new clock %d kHz\n", pxafb_display_dma_period(var),
policy->max);
// TODO: fill in min/max values
Expand Down Expand Up @@ -1361,7 +1361,7 @@ static int __init pxafb_parse_options(struct device *dev, char *options)
}
#endif

int __init pxafb_probe(struct platform_device *dev)
static int __init pxafb_probe(struct platform_device *dev)
{
struct pxafb_info *fbi;
struct pxafb_mach_info *inf;
Expand Down Expand Up @@ -1486,7 +1486,7 @@ static struct platform_driver pxafb_driver = {
};

#ifndef MODULE
int __devinit pxafb_setup(char *options)
static int __devinit pxafb_setup(char *options)
{
# ifdef CONFIG_FB_PXA_PARAMETERS
if (options)
Expand All @@ -1501,7 +1501,7 @@ MODULE_PARM_DESC(options, "LCD parameters (see Documentation/fb/pxafb.txt)");
# endif
#endif

int __devinit pxafb_init(void)
static int __devinit pxafb_init(void)
{
#ifndef MODULE
char *option = NULL;
Expand Down

0 comments on commit 49772ac

Please sign in to comment.